STM32L4xx_HAL_Driver  1.14.0
stm32l4xx_hal_flash_ramfunc.h
Go to the documentation of this file.
1 
20 /* Define to prevent recursive inclusion -------------------------------------*/
21 #ifndef __STM32L4xx_FLASH_RAMFUNC_H
22 #define __STM32L4xx_FLASH_RAMFUNC_H
23 
24 #ifdef __cplusplus
25  extern "C" {
26 #endif
27 
28 /* Includes ------------------------------------------------------------------*/
29 #include "stm32l4xx_hal_def.h"
30 
39 /* Exported types ------------------------------------------------------------*/
40 /* Exported macro ------------------------------------------------------------*/
41 /* Exported functions --------------------------------------------------------*/
49 /* Peripheral Control functions ************************************************/
50 __RAM_FUNC HAL_FLASHEx_EnableRunPowerDown(void);
51 __RAM_FUNC HAL_FLASHEx_DisableRunPowerDown(void);
52 #if defined (STM32L4R5xx) || defined (STM32L4R7xx) || defined (STM32L4R9xx) || defined (STM32L4S5xx) || defined (STM32L4S7xx) || defined (STM32L4S9xx)
53 __RAM_FUNC HAL_FLASHEx_OB_DBankConfig(uint32_t DBankConfig);
54 #endif
55 
71 #ifdef __cplusplus
72 }
73 #endif
74 
75 #endif /* __STM32L4xx_FLASH_RAMFUNC_H */
76 
77 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
__RAM_FUNC HAL_FLASHEx_DisableRunPowerDown(void)
Disable the Power down in Run Mode.
__RAM_FUNC HAL_FLASHEx_OB_DBankConfig(uint32_t DBankConfig)
Program the FLASH DBANK User Option Byte.
__RAM_FUNC HAL_FLASHEx_EnableRunPowerDown(void)
Enable the Power down in Run Mode.
This file contains HAL common defines, enumeration, macros and structures definitions.