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

NAND_DeviceConfigTypeDef::SpareAreaSize field

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

Syntax

uint32_t SpareAreaSize;

References

LocationReferrerText
stm32f4xx_hal_nand.h:98
uint32_t SpareAreaSize; /*!< NAND memory spare area size measured in bytes
stm32f4xx_hal_nand.c:545HAL_NAND_ConfigDevice()
hnand->Config.SpareAreaSize = pDeviceConfig->SpareAreaSize;
stm32f4xx_hal_nand.c:1396HAL_NAND_Read_SpareArea_8b()
for (index = 0U; index < hnand->Config.SpareAreaSize; index++)
stm32f4xx_hal_nand.c:1572HAL_NAND_Read_SpareArea_16b()
for (index = 0U; index < hnand->Config.SpareAreaSize; index++)
stm32f4xx_hal_nand.c:1724HAL_NAND_Write_SpareArea_8b()
for (index = 0U; index < hnand->Config.SpareAreaSize; index++)
stm32f4xx_hal_nand.c:1898HAL_NAND_Write_SpareArea_16b()
for (index = 0U; index < hnand->Config.SpareAreaSize; index++)

Data Use

Functions writing NAND_DeviceConfigTypeDef::SpareAreaSize
Functions reading NAND_DeviceConfigTypeDef::SpareAreaSize
all items filtered out
NAND_DeviceConfigTypeDef::SpareAreaSize
Type of NAND_DeviceConfigTypeDef::SpareAreaSize
NAND_DeviceConfigTypeDef::SpareAreaSize
uint32_t
all items filtered out