|
rusEFI
The most advanced open source ECU
|
management functions More...

Functions | |
| HAL_StatusTypeDef | HAL_FLASH_Unlock (void) |
| Unlock the FLASH control register access. | |
| HAL_StatusTypeDef | HAL_FLASH_Lock (void) |
| Locks the FLASH control register access. | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Unlock (void) |
| Unlock the FLASH Option Control Registers access. | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Lock (void) |
| Lock the FLASH Option Control Registers access. | |
| HAL_StatusTypeDef | HAL_FLASH_OB_Launch (void) |
| Launch the option byte loading. | |
management functions
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 | ) |
Locks the FLASH control register access.
Locks the FLASH control registers access.
| HAL | Status |
Definition at line 474 of file stm32f4xx_hal_flash.c.
| HAL_StatusTypeDef HAL_FLASH_OB_Launch | ( | void | ) |
Launch the option byte loading.
Launch the option bytes loading.
| HAL | Status |
Definition at line 518 of file stm32f4xx_hal_flash.c.
Referenced by BOR_Set().


| HAL_StatusTypeDef HAL_FLASH_OB_Lock | ( | void | ) |
Lock the FLASH Option Control Registers access.
| HAL | Status |
Definition at line 506 of file stm32f4xx_hal_flash.c.
Referenced by BOR_Set().

| HAL_StatusTypeDef HAL_FLASH_OB_Unlock | ( | void | ) |
Unlock the FLASH Option Control Registers access.
| HAL | Status |
Definition at line 486 of file stm32f4xx_hal_flash.c.
Referenced by BOR_Set().

| HAL_StatusTypeDef HAL_FLASH_Unlock | ( | void | ) |
Unlock the FLASH control register access.
Unlock the FLASH control registers access.
| HAL | Status |
Definition at line 454 of file stm32f4xx_hal_flash.c.