Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFlashLayout

Describes the layout of an available Flash memory on the device sectorCount = 0 implies the flash is not present in system.

User sectors are continuous from minUserSector to maxUserSector. All other sectors are reserved for system use and unavailable.

Hierarchy

  • IFlashLayout

Index

Properties

maxUserSector

maxUserSector: number

Last available user sector.

minUserSector

minUserSector: number

First available user sector.

pageSize

pageSize: number

Page size (in bytes).

sectorCount

sectorCount: number

Number of sectors in the device.

sectorSize

sectorSize: number

Sector size (in bytes).

Generated using TypeDoc