STM32L486xx HAL User Manual
Functions
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.

References __HAL_FLASH_POWER_DOWN_DISABLE.

__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.

References __HAL_FLASH_POWER_DOWN_ENABLE.