Peripheral State functions.
More...
Peripheral State functions.
==============================================================================
##### NOR State functions #####
==============================================================================
[..]
This subsection permits to get in run-time the status of the NOR controller
and the data flow.
◆ HAL_NOR_GetState()
return the NOR controller state
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 1512 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_GetStatus()
Returns the NOR operation status.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
Address | Device address |
Timeout | NOR programming Timeout |
- Return values
-
NOR_Status | The returned value can be: HAL_NOR_STATUS_SUCCESS, HAL_NOR_STATUS_ERROR or HAL_NOR_STATUS_TIMEOUT |
Definition at line 1526 of file stm32f4xx_hal_nor.c.