1.1.4.4.21 DRV_NAND_FLASH_DATA Struct
C
typedef struct
{
/* NAND Flash Geometry */
DRV_NAND_FLASH_GEOMETRY nandFlashGeometry;
/* NAND Flash data address */
uint32_t dataAddress;
/* NAND Flash spare/ecc buffer */
CACHE_ALIGN uint8_t spareBuffer[512];
} DRV_NAND_FLASH_DATA;
Summary
NAND FLASH Device data.
Description
This data type will be used to store the data of the NAND FLASH Device.
Remarks
None.