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.
Peripheral features functions
[FLASH in RAM function Exported Functions]
Data transfers functions. More...
Functions | |
__RAM_FUNC | HAL_FLASHEx_EnableRunPowerDown (void) |
Enable the Power down in Run Mode. | |
__RAM_FUNC | HAL_FLASHEx_DisableRunPowerDown (void) |
Disable the Power down in Run Mode. |
Detailed Description
Data transfers functions.
=============================================================================== ##### ramfunc functions ##### =============================================================================== [..] This subsection provides a set of functions that should be executed from RAM.
Function Documentation
__RAM_FUNC HAL_FLASHEx_DisableRunPowerDown | ( | void | ) |
Disable the Power down in Run Mode.
- Note:
- This function should be called and executed from SRAM memory
- Return values:
-
None
Definition at line 125 of file stm32l4xx_hal_flash_ramfunc.c.
__RAM_FUNC HAL_FLASHEx_EnableRunPowerDown | ( | void | ) |
Enable the Power down in Run Mode.
- Note:
- This function should be called and executed from SRAM memory
- Return values:
-
None
Definition at line 111 of file stm32l4xx_hal_flash_ramfunc.c.
Generated on Tue Jul 12 2022 11:00:04 by
