HAL
HAL_NAND_Write_Page_8b() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_NAND_Write_Page_8b() function

Write Page(s) to NAND memory block (8-bits addressing)

Syntax

HAL_StatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand,     const NAND_AddressTypeDef *pAddress,     const uint8_t *pBuffer,     uint32_t NumPageToWrite);
Implemented in stm32f4xx_hal_nand.c:916

Arguments

NumPageToWrite

number of pages to write to block

hnand

pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.

pAddress

pointer to NAND address structure

pBuffer

pointer to source buffer to write

Return value

HAL status

References

LocationText
stm32f4xx_hal_nand.c:916
HAL_StatusTypeDef HAL_NAND_Write_Page_8b(NAND_HandleTypeDef *hnand, const NAND_AddressTypeDef *pAddress,
stm32f4xx_hal_nand.h:223

Call Tree

Functions called by HAL_NAND_Write_Page_8b()
HAL_NAND_Write_Page_8b()
Data read by HAL_NAND_Write_Page_8b()
Data written by HAL_NAND_Write_Page_8b()
HAL_NAND_Write_Page_8b()
HAL_NAND_Write_Page_8b()::index
HAL_NAND_Write_Page_8b()::tickstart
HAL_NAND_Write_Page_8b()::deviceaddress
HAL_NAND_Write_Page_8b()::numpageswritten
HAL_NAND_Write_Page_8b()::nandaddress
HAL_NAND_Write_Page_8b()::nbpages
HAL_NAND_Write_Page_8b()::buff
all items filtered out
Type of HAL_NAND_Write_Page_8b()
HAL_NAND_Write_Page_8b()
uint8_t
uint32_t
all items filtered out