Public Attributes | List of all members
NAND_DeviceConfigTypeDef Struct Reference

NAND Memory info Structure definition. More...

#include <stm32f7xx_hal_nand.h>

Public Attributes

uint32_t BlockNbr
 
uint32_t BlockSize
 
FunctionalState ExtraCommandEnable
 
uint32_t PageSize
 
uint32_t PlaneNbr
 
uint32_t PlaneSize
 
uint32_t SpareAreaSize
 

Detailed Description

NAND Memory info Structure definition.

Definition at line 88 of file stm32f7xx_hal_nand.h.

Member Data Documentation

◆ BlockNbr

uint32_t NAND_DeviceConfigTypeDef::BlockNbr

NAND memory number of total blocks

Definition at line 98 of file stm32f7xx_hal_nand.h.

◆ BlockSize

uint32_t NAND_DeviceConfigTypeDef::BlockSize

NAND memory block size measured in number of pages

Definition at line 96 of file stm32f7xx_hal_nand.h.

◆ 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. Example: Toshiba THTH58BYG3S0HBAI6. This parameter could be ENABLE or DISABLE Please check the Read Mode sequnece in the NAND device datasheet

Definition at line 104 of file stm32f7xx_hal_nand.h.

◆ PageSize

uint32_t NAND_DeviceConfigTypeDef::PageSize

NAND memory page (without spare area) size measured in bytes for 8 bits adressing or words for 16 bits addressing

Definition at line 90 of file stm32f7xx_hal_nand.h.

◆ PlaneNbr

uint32_t NAND_DeviceConfigTypeDef::PlaneNbr

NAND memory number of planes

Definition at line 100 of file stm32f7xx_hal_nand.h.

◆ PlaneSize

uint32_t NAND_DeviceConfigTypeDef::PlaneSize

NAND memory zone size measured in number of blocks

Definition at line 102 of file stm32f7xx_hal_nand.h.

◆ SpareAreaSize

uint32_t NAND_DeviceConfigTypeDef::SpareAreaSize

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

Definition at line 93 of file stm32f7xx_hal_nand.h.


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


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:20