|
STM32H735xx HAL User Manual
|
management functions More...
Functions | |
| HAL_StatusTypeDef | HAL_NOR_WriteOperation_Enable (NOR_HandleTypeDef *hnor) |
| Enables dynamically NOR write operation. | |
| HAL_StatusTypeDef | HAL_NOR_WriteOperation_Disable (NOR_HandleTypeDef *hnor) |
| Disables dynamically NOR write operation. | |
management functions
==============================================================================
##### NOR Control functions #####
==============================================================================
[..]
This subsection provides a set of functions allowing to control dynamically
the NOR interface.
| HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable | ( | NOR_HandleTypeDef * | hnor | ) |
Disables dynamically NOR write operation.
| hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
| HAL | status |
Definition at line 1343 of file stm32h7xx_hal_nor.c.
References HAL_NOR_STATE_BUSY, HAL_NOR_STATE_PROTECTED, HAL_NOR_STATE_READY, __NOR_HandleTypeDef::Init, __NOR_HandleTypeDef::Instance, and __NOR_HandleTypeDef::State.
| HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable | ( | NOR_HandleTypeDef * | hnor | ) |
Enables dynamically NOR write operation.
| hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
| HAL | status |
Definition at line 1309 of file stm32h7xx_hal_nor.c.
References HAL_NOR_STATE_BUSY, HAL_NOR_STATE_PROTECTED, HAL_NOR_STATE_READY, __NOR_HandleTypeDef::Init, __NOR_HandleTypeDef::Instance, and __NOR_HandleTypeDef::State.
1.7.6.1