HAL
NAND_AddressTypeDef
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
NAND_AddressTypeDef
NAND_AddressTypeDef struct
NAND Memory address Structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_nand.h:80
typedef
struct
{
uint16_t
Page
;
uint16_t
Plane
;
uint16_t
Block
;
}
NAND_AddressTypeDef
;
Fields
Field
Declared as
Description
NAND_AddressTypeDef::Page
uint16_t
NAND memory Page address.
NAND_AddressTypeDef::Plane
uint16_t
NAND memory Zone address.
NAND_AddressTypeDef::Block
uint16_t
NAND memory Block address.
Related Functions
Found 10 other functions taking a
NAND_AddressTypeDef
argument:
Function
Description
HAL_NAND_Write_Page_8b()
Write Page(s) to NAND memory block (8-bits addressing)
HAL_NAND_Read_SpareArea_8b()
Read Spare area(s) from NAND memory (8-bits addressing)
HAL_NAND_Write_SpareArea_8b()
Write Spare area(s) to NAND memory (8-bits addressing)
HAL_NAND_Read_Page_16b()
Read Page(s) from NAND memory block (16-bits addressing)
HAL_NAND_Write_Page_16b()
Write Page(s) to NAND memory block (16-bits addressing)
HAL_NAND_Read_SpareArea_16b()
Read Spare area(s) from NAND memory (16-bits addressing)
HAL_NAND_Write_SpareArea_16b()
Write Spare area(s) to NAND memory (16-bits addressing)
HAL_NAND_Erase_Block()
NAND memory Block erase
HAL_NAND_Address_Inc()
Increment the NAND memory address
HAL_NAND_Read_Page_8b()
Read Page(s) from NAND memory block (8-bits addressing)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out