management functions
More...
management functions
==============================================================================
##### NOR Control functions #####
==============================================================================
[..]
This subsection provides a set of functions allowing to control dynamically
the NOR interface.
◆ HAL_NOR_WriteOperation_Disable()
Disables dynamically NOR write operation.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 1459 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_WriteOperation_Enable()
Enables dynamically NOR write operation.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 1425 of file stm32f4xx_hal_nor.c.