Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

Peripheral features 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.

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