RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
NAND_DeviceConfigTypeDef Struct Reference

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
 

Detailed Description

NAND Memory info Structure definition.

Field Documentation

◆ BlockNbr

uint32_t NAND_DeviceConfigTypeDef::BlockNbr

NAND memory number of total blocks

◆ BlockSize

uint32_t NAND_DeviceConfigTypeDef::BlockSize

NAND memory block size measured in number of pages

◆ ExtraCommandEnable

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

◆ PageSize

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

◆ PlaneNbr

uint32_t NAND_DeviceConfigTypeDef::PlaneNbr

NAND memory number of planes

◆ PlaneSize

uint32_t NAND_DeviceConfigTypeDef::PlaneSize

NAND memory zone size measured in number of blocks

◆ SpareAreaSize

uint32_t NAND_DeviceConfigTypeDef::SpareAreaSize

NAND memory spare area size measured in bytes for 8 bits addressing or words for 16 bits addressing


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