STM32L443xx HAL User Manual
|
Data transfers functions. More...
Functions | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_EnableRunPowerDown (void) |
Enable the Power down in Run Mode. | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_DisableRunPowerDown (void) |
Disable the Power down in Run Mode. |
Data transfers functions.
=============================================================================== ##### ramfunc functions ##### =============================================================================== [..] This subsection provides a set of functions that should be executed from RAM.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_DisableRunPowerDown | ( | void | ) |
Disable the Power down in Run Mode.
HAL | status |
Definition at line 105 of file stm32l4xx_hal_flash_ramfunc.c.
References __HAL_FLASH_POWER_DOWN_DISABLE.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_EnableRunPowerDown | ( | void | ) |
Enable the Power down in Run Mode.
HAL | status |
Definition at line 91 of file stm32l4xx_hal_flash_ramfunc.c.
References __HAL_FLASH_POWER_DOWN_ENABLE.