HAL
NAND_AddressTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

NAND_AddressTypeDef struct

NAND Memory address Structure definition

Syntax

typedef struct {   uint16_t Page;      uint16_t Plane;      uint16_t Block;   } NAND_AddressTypeDef;

Fields

Page

NAND memory Page address. Read more...

Plane

NAND memory Zone address. Read more...

Block

NAND memory Block address. Read more...

References

LocationReferrerScopeText
stm32f4xx_hal_nand.h:80
typedef struct
stm32f4xx_hal_nand.h:88
stm32f4xx_hal_nand.c:564HAL_NAND_Read_Page_8b()::pAddressHAL_NAND_Read_Page_8b()
HAL_StatusTypeDef HAL_NAND_Read_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:733HAL_NAND_Read_Page_16b()::pAddressHAL_NAND_Read_Page_16b()
HAL_StatusTypeDef HAL_NAND_Read_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:916HAL_NAND_Write_Page_8b()::pAddressHAL_NAND_Write_Page_8b()
HAL_StatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1080HAL_NAND_Write_Page_16b()::pAddressHAL_NAND_Write_Page_16b()
HAL_StatusTypeDef HAL_NAND_Write_Page_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1259HAL_NAND_Read_SpareArea_8b()::pAddressHAL_NAND_Read_SpareArea_8b()
HAL_StatusTypeDef HAL_NAND_Read_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1435HAL_NAND_Read_SpareArea_16b()::pAddressHAL_NAND_Read_SpareArea_16b()
HAL_StatusTypeDef HAL_NAND_Read_SpareArea_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1611HAL_NAND_Write_SpareArea_8b()::pAddressHAL_NAND_Write_SpareArea_8b()
HAL_StatusTypeDef HAL_NAND_Write_SpareArea_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1785HAL_NAND_Write_SpareArea_16b()::pAddressHAL_NAND_Write_SpareArea_16b()
HAL_StatusTypeDef HAL_NAND_Write_SpareArea_16b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.c:1957HAL_NAND_Erase_Block()::pAddressHAL_NAND_Erase_Block()
HAL_StatusTypeDef HAL_NAND_Erase_Block(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress)
stm32f4xx_hal_nand.c:2024HAL_NAND_Address_Inc()::pAddressHAL_NAND_Address_Inc()
uint32_t HAL_NAND_Address_Inc(const NAND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress)
stm32f4xx_hal_nand.h:88NAND_AddressTypeDef
stm32f4xx_hal_nand.h:221HAL_NAND_Read_Page_8b()::pAddressHAL_NAND_Read_Page_8b()
stm32f4xx_hal_nand.h:223HAL_NAND_Write_Page_8b()::pAddressHAL_NAND_Write_Page_8b()
stm32f4xx_hal_nand.h:225HAL_NAND_Read_SpareArea_8b()::pAddressHAL_NAND_Read_SpareArea_8b()
stm32f4xx_hal_nand.h:227HAL_NAND_Write_SpareArea_8b()::pAddressHAL_NAND_Write_SpareArea_8b()
stm32f4xx_hal_nand.h:230HAL_NAND_Read_Page_16b()::pAddressHAL_NAND_Read_Page_16b()
stm32f4xx_hal_nand.h:232HAL_NAND_Write_Page_16b()::pAddressHAL_NAND_Write_Page_16b()
stm32f4xx_hal_nand.h:234HAL_NAND_Read_SpareArea_16b()::pAddressHAL_NAND_Read_SpareArea_16b()
stm32f4xx_hal_nand.h:236HAL_NAND_Write_SpareArea_16b()::pAddressHAL_NAND_Write_SpareArea_16b()
stm32f4xx_hal_nand.h:239HAL_NAND_Erase_Block()::pAddressHAL_NAND_Erase_Block()
stm32f4xx_hal_nand.h:241HAL_NAND_Address_Inc()::pAddressHAL_NAND_Address_Inc()