NORFLASH_Info_TypeDef Struct Reference
[NorFlash]

NORFLASH device information struct. More...

#include <norflash.h>

Collaboration diagram for NORFLASH_Info_TypeDef:
Collaboration graph
[legend]

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.

Detailed Description

NORFLASH device information struct.

Definition at line 69 of file norflash.h.


Field Documentation

The device base address in cpu memory map.

Definition at line 71 of file norflash.h.

Referenced by NORFLASH_AddressValid(), and NORFLASH_EraseDevice().

The device ID.

Definition at line 72 of file norflash.h.

Total device size in bytes.

Definition at line 73 of file norflash.h.

Referenced by NORFLASH_AddressValid().

The device manufacturer ID.

Definition at line 76 of file norflash.h.

Number of sectors in the device.

Definition at line 74 of file norflash.h.

Sector size in bytes.

Definition at line 75 of file norflash.h.

Referenced by NORFLASH_EraseSector(), and NORFLASH_Program().


The documentation for this struct was generated from the following file: