Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Peripheral Control functions
[NOR Exported Functions]
management functions More...
Functions | |
HAL_StatusTypeDef | HAL_NOR_WriteOperation_Enable (NOR_HandleTypeDef *hnor) |
Enable dynamically NOR write operation. | |
HAL_StatusTypeDef | HAL_NOR_WriteOperation_Disable (NOR_HandleTypeDef *hnor) |
Disable dynamically NOR write operation. |
Detailed Description
management functions
============================================================================== ##### NOR Control functions ##### ============================================================================== [..] This subsection provides a set of functions allowing to control dynamically the NOR interface.
Function Documentation
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable | ( | NOR_HandleTypeDef * | hnor ) |
Disable dynamically NOR write operation.
- Parameters:
-
hnor,: pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
- Return values:
-
HAL status
Definition at line 932 of file stm32l4xx_hal_nor.c.
HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable | ( | NOR_HandleTypeDef * | hnor ) |
Enable dynamically NOR write operation.
- Parameters:
-
hnor,: pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
- Return values:
-
HAL status
Definition at line 909 of file stm32l4xx_hal_nor.c.
Generated on Tue Jul 12 2022 17:38:53 by
