![]() |
RTEMS 6.1-rc7
|
NAND Memory info Structure definition. More...
#include <stm32h7xx_hal_nand.h>
Data Fields | |
uint32_t | PageSize |
uint32_t | SpareAreaSize |
uint32_t | BlockSize |
uint32_t | BlockNbr |
uint32_t | PlaneNbr |
uint32_t | PlaneSize |
FunctionalState | ExtraCommandEnable |
NAND Memory info Structure definition.
uint32_t NAND_DeviceConfigTypeDef::BlockNbr |
NAND memory number of total blocks
uint32_t NAND_DeviceConfigTypeDef::BlockSize |
NAND memory block size measured in number of pages
FunctionalState NAND_DeviceConfigTypeDef::ExtraCommandEnable |
NAND extra command needed for Page reading mode. This parameter is mandatory for some NAND parts after the read command (NAND_CMD_AREA_TRUE1) and before DATA reading sequence. This parameter could be ENABLE or DISABLE Please check the Read Mode sequence in the NAND device datasheet
uint32_t NAND_DeviceConfigTypeDef::PageSize |
NAND memory page (without spare area) size measured in bytes for 8 bits addressing or words for 16 bits addressing
uint32_t NAND_DeviceConfigTypeDef::PlaneNbr |
NAND memory number of planes
uint32_t NAND_DeviceConfigTypeDef::PlaneSize |
NAND memory zone size measured in number of blocks
uint32_t NAND_DeviceConfigTypeDef::SpareAreaSize |
NAND memory spare area size measured in bytes for 8 bits addressing or words for 16 bits addressing