STM32H735xx 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.
return the NAND state
hnand | pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module. |
HAL | state |
Definition at line 2183 of file stm32h7xx_hal_nand.c.
References __NAND_HandleTypeDef::State.
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 2194 of file stm32h7xx_hal_nand.c.
References CMD_AREA, NAND_BUSY, NAND_CMD_STATUS, NAND_DEVICE, NAND_ERROR, and NAND_READY.
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().