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

NAND_DeviceConfigTypeDef::BlockNbr field

NAND memory number of total blocks

Syntax

uint32_t BlockNbr;

References

LocationReferrerText
stm32f4xx_hal_nand.h:103
uint32_t BlockNbr; /*!< NAND memory number of total blocks */
stm32f4xx_hal_nand.c:547HAL_NAND_ConfigDevice()
hnand->Config.BlockNbr = pDeviceConfig->BlockNbr;
stm32f4xx_hal_nand.c:606HAL_NAND_Read_Page_8b()
while ((nbpages != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:615HAL_NAND_Read_Page_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:638HAL_NAND_Read_Page_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:775HAL_NAND_Read_Page_16b()
while ((nbpages != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:784HAL_NAND_Read_Page_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:807HAL_NAND_Read_Page_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:958HAL_NAND_Write_Page_8b()
while ((nbpages != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:969HAL_NAND_Write_Page_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:992HAL_NAND_Write_Page_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1122HAL_NAND_Write_Page_16b()
while ((nbpages != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:1133HAL_NAND_Write_Page_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1156HAL_NAND_Write_Page_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1305HAL_NAND_Read_SpareArea_8b()
while ((nbspare != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:1314HAL_NAND_Read_SpareArea_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1341HAL_NAND_Read_SpareArea_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1481HAL_NAND_Read_SpareArea_16b()
while ((nbspare != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:1490HAL_NAND_Read_SpareArea_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1517HAL_NAND_Read_SpareArea_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1657HAL_NAND_Write_SpareArea_8b()
while ((nbspare != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:1668HAL_NAND_Write_SpareArea_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1697HAL_NAND_Write_SpareArea_8b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1831HAL_NAND_Write_SpareArea_16b()
while ((nbspare != 0U) && (nandaddress < ((hnand->Config.BlockSize) * (hnand->Config.BlockNbr))))
stm32f4xx_hal_nand.c:1842HAL_NAND_Write_SpareArea_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)
stm32f4xx_hal_nand.c:1871HAL_NAND_Write_SpareArea_16b()
if (((hnand->Config.BlockSize) * (hnand->Config.BlockNbr)) <= 65535U)

Data Use

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