|
STM32L4xx_HAL_Driver
1.14.0
|
Management functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_FLASH_Unlock (void) |
| Unlock the FLASH control register access. More... | |
| HAL_StatusTypeDef | HAL_FLASH_Lock (void) |
| Lock the FLASH control register access. More... | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Unlock (void) |
| Unlock the FLASH Option Bytes Registers access. More... | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Lock (void) |
| Lock the FLASH Option Bytes Registers access. More... | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Launch (void) |
| Launch the option byte loading. More... | |
Management functions.
===============================================================================
##### Peripheral Control functions #####
===============================================================================
[..]
This subsection provides a set of functions allowing to control the FLASH
memory operations. | HAL_StatusTypeDef HAL_FLASH_Lock | ( | void | ) |
Lock the FLASH control register access.
| HAL | Status |
Definition at line 531 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef HAL_FLASH_OB_Launch | ( | void | ) |
Launch the option byte loading.
| HAL | Status |
Definition at line 575 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef HAL_FLASH_OB_Lock | ( | void | ) |
Lock the FLASH Option Bytes Registers access.
| HAL | Status |
Definition at line 563 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef HAL_FLASH_OB_Unlock | ( | void | ) |
Unlock the FLASH Option Bytes Registers access.
| HAL | Status |
Definition at line 543 of file stm32l4xx_hal_flash.c.
| HAL_StatusTypeDef HAL_FLASH_Unlock | ( | void | ) |
Unlock the FLASH control register access.
| HAL | Status |
Definition at line 507 of file stm32l4xx_hal_flash.c.