STM32F479xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
HAL_NAND_StateTypeDef | HAL_NAND_GetState (NAND_HandleTypeDef *hnand) |
return the NAND state | |
uint32_t | HAL_NAND_Read_Status (NAND_HandleTypeDef *hnand) |
NAND memory read status. |
Peripheral State functions.
============================================================================== ##### NAND State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the NAND controller and the data flow.
HAL_NAND_StateTypeDef HAL_NAND_GetState | ( | NAND_HandleTypeDef * | hnand | ) |
return the NAND state
hnand | pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module. |
HAL | state |
Definition at line 2335 of file stm32f4xx_hal_nand.c.
uint32_t HAL_NAND_Read_Status | ( | NAND_HandleTypeDef * | hnand | ) |
NAND memory read status.
hnand | pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module. |
NAND | status |
Definition at line 2346 of file stm32f4xx_hal_nand.c.
Referenced by HAL_NAND_Read_Page_16b(), HAL_NAND_Read_Page_8b(), HAL_NAND_Read_SpareArea_16b(), HAL_NAND_Read_SpareArea_8b(), HAL_NAND_Write_Page_16b(), HAL_NAND_Write_Page_8b(), HAL_NAND_Write_SpareArea_16b(), and HAL_NAND_Write_SpareArea_8b().