|
STM32L4xx_HAL_Driver
1.14.0
|
Data transfers functions. More...
Functions | |
| __RAM_FUNC | HAL_FLASHEx_EnableRunPowerDown (void) |
| Enable the Power down in Run Mode. More... | |
| __RAM_FUNC | HAL_FLASHEx_DisableRunPowerDown (void) |
| Disable the Power down in Run Mode. More... | |
| __RAM_FUNC | HAL_FLASHEx_OB_DBankConfig (uint32_t DBankConfig) |
| Program the FLASH DBANK User Option Byte. More... | |
Data transfers functions.
===============================================================================
##### ramfunc functions #####
===============================================================================
[..]
This subsection provides a set of functions that should be executed from RAM. | __RAM_FUNC HAL_FLASHEx_DisableRunPowerDown | ( | void | ) |
Disable the Power down in Run Mode.
| None |
Definition at line 109 of file stm32l4xx_hal_flash_ramfunc.c.
| __RAM_FUNC HAL_FLASHEx_EnableRunPowerDown | ( | void | ) |
Enable the Power down in Run Mode.
| None |
Definition at line 95 of file stm32l4xx_hal_flash_ramfunc.c.
| __RAM_FUNC HAL_FLASHEx_OB_DBankConfig | ( | uint32_t | DBankConfig | ) |
Program the FLASH DBANK User Option Byte.
| DBankConfig | The FLASH DBANK User Option Byte value. This parameter can be one of the following values:
|
| HAL | status |
Definition at line 133 of file stm32l4xx_hal_flash_ramfunc.c.