30 #ifndef __STM32F4xx_FLASH_RAMFUNC_H
31 #define __STM32F4xx_FLASH_RAMFUNC_H
53 #if defined ( __CC_ARM )
63 #define __RAM_FUNC void
65 #elif defined ( __ICCARM__ )
70 #define __RAM_FUNC __ramfunc void
72 #elif defined ( __GNUC__ )
78 #define __RAM_FUNC void __attribute__((section(".RamFunc")))
__RAM_FUNC FLASH_FlashSleepModeCmd(FunctionalState NewState)
Enable/Disable the flash sleep while System Run.
Definition: stm32f4xx_flash_ramfunc.c:128
CMSIS Cortex-M4 Device Peripheral Access Layer Header File. This file contains all the peripheral reg...
__RAM_FUNC FLASH_FlashInterfaceCmd(FunctionalState NewState)
__RAM_FUNC definition
Definition: stm32f4xx_flash_ramfunc.c:105