NORFLASH device information struct. More...
#include <norflash.h>
Data Fields | |
uint32_t | baseAddress |
The device base address in cpu memory map. | |
uint32_t | deviceId |
The device ID. | |
uint32_t | deviceSize |
Total device size in bytes. | |
uint32_t | sectorCount |
Number of sectors in the device. | |
uint32_t | sectorSize |
Sector size in bytes. | |
uint16_t | manufacturerId |
The device manufacturer ID. |
NORFLASH device information struct.
Definition at line 51 of file norflash.h.
uint32_t NORFLASH_Info_TypeDef::baseAddress |
The device base address in cpu memory map.
Definition at line 53 of file norflash.h.
Referenced by NORFLASH_AddressValid(), and NORFLASH_EraseDevice().
uint32_t NORFLASH_Info_TypeDef::deviceId |
The device ID.
Definition at line 54 of file norflash.h.
uint32_t NORFLASH_Info_TypeDef::deviceSize |
Total device size in bytes.
Definition at line 55 of file norflash.h.
Referenced by NORFLASH_AddressValid().
The device manufacturer ID.
Definition at line 58 of file norflash.h.
uint32_t NORFLASH_Info_TypeDef::sectorCount |
Number of sectors in the device.
Definition at line 56 of file norflash.h.
uint32_t NORFLASH_Info_TypeDef::sectorSize |
Sector size in bytes.
Definition at line 57 of file norflash.h.
Referenced by NORFLASH_EraseSector(), and NORFLASH_Program().