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.
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Peripheral Control functions
[FLASH Exported Functions]
Management functions. More...
Functions | |
HAL_StatusTypeDef | HAL_FLASH_Unlock (void) |
Unlock the FLASH control register access. | |
HAL_StatusTypeDef | HAL_FLASH_Lock (void) |
Lock the FLASH control register access. | |
HAL_StatusTypeDef | HAL_FLASH_OB_Unlock (void) |
Unlock the FLASH Option Bytes Registers access. | |
HAL_StatusTypeDef | HAL_FLASH_OB_Lock (void) |
Lock the FLASH Option Bytes Registers access. | |
HAL_StatusTypeDef | HAL_FLASH_OB_Launch (void) |
Launch the option byte loading. |
Detailed Description
Management functions.
=============================================================================== ##### Peripheral Control functions ##### =============================================================================== [..] This subsection provides a set of functions allowing to control the FLASH memory operations.
Function Documentation
HAL_StatusTypeDef HAL_FLASH_Lock | ( | void | ) |
Lock the FLASH control register access.
- Return values:
-
HAL Status
Definition at line 477 of file stm32l4xx_hal_flash.c.
HAL_StatusTypeDef HAL_FLASH_OB_Launch | ( | void | ) |
Launch the option byte loading.
- Return values:
-
HAL Status
Definition at line 521 of file stm32l4xx_hal_flash.c.
HAL_StatusTypeDef HAL_FLASH_OB_Lock | ( | void | ) |
Lock the FLASH Option Bytes Registers access.
- Return values:
-
HAL Status
Definition at line 509 of file stm32l4xx_hal_flash.c.
HAL_StatusTypeDef HAL_FLASH_OB_Unlock | ( | void | ) |
Unlock the FLASH Option Bytes Registers access.
- Return values:
-
HAL Status
Definition at line 489 of file stm32l4xx_hal_flash.c.
HAL_StatusTypeDef HAL_FLASH_Unlock | ( | void | ) |
Unlock the FLASH control register access.
- Return values:
-
HAL Status
Definition at line 457 of file stm32l4xx_hal_flash.c.
Generated on Tue Jul 12 2022 11:35:30 by
