|
STM32F439xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
| HAL_NAND_StateTypeDef | HAL_NAND_GetState (NAND_HandleTypeDef *hnand) |
| return the NAND state | |
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 1790 of file stm32f4xx_hal_nand.c.
References NAND_HandleTypeDef::State.
1.7.6.1