ReservedEntry (Compact 2013)
3/26/2014
This structure describes an individual reserved region. An array of these structures make up the reserved table located in the flash layout sector.
Syntax
typedef struct _ReservedEntry {
CHAR szName[RESERVED_NAME_LEN];
DWORD dwStartBlock;
DWORD dwNumBlocks;
} ReservedEntry, *PReservedEntry;
Members
- szName
Name of the reserved region.
- dwStartBlock
Starting physical block of the region. This is only applicable to NOR flash memory. Set to zero (0) for NAND flash memory.
- dwNumBlocks
Number of blocks in the region.
Requirements
Header |
fls.h |