HAL
NAND_DeviceConfigTypeDef::ExtraCommandEnable is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALNAND_DeviceConfigTypeDef::ExtraCommandEnable

NAND_DeviceConfigTypeDef::ExtraCommandEnable field

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

Syntax

FunctionalState ExtraCommandEnable;

References

LocationReferrerText
stm32f4xx_hal_nand.h:109
FunctionalState ExtraCommandEnable; /*!< NAND extra command needed for Page reading mode. This
stm32f4xx_hal_nand.c:550HAL_NAND_ConfigDevice()
hnand->Config.ExtraCommandEnable = pDeviceConfig->ExtraCommandEnable;
stm32f4xx_hal_nand.c:668HAL_NAND_Read_Page_8b()
if (hnand->Config.ExtraCommandEnable == ENABLE)
stm32f4xx_hal_nand.c:836HAL_NAND_Read_Page_16b()
if (hnand->Config.ExtraCommandEnable == ENABLE)
stm32f4xx_hal_nand.c:1370HAL_NAND_Read_SpareArea_8b()
if (hnand->Config.ExtraCommandEnable == ENABLE)
stm32f4xx_hal_nand.c:1546HAL_NAND_Read_SpareArea_16b()
if (hnand->Config.ExtraCommandEnable == ENABLE)

Data Use

Functions writing NAND_DeviceConfigTypeDef::ExtraCommandEnable
Functions reading NAND_DeviceConfigTypeDef::ExtraCommandEnable
all items filtered out
NAND_DeviceConfigTypeDef::ExtraCommandEnable
Type of NAND_DeviceConfigTypeDef::ExtraCommandEnable
NAND_DeviceConfigTypeDef::ExtraCommandEnable
all items filtered out