Home
last modified time | relevance | path

Searched defs:__RAM_FUNC (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_common.h125 #define __RAM_FUNC __attribute__((section("RAMCODESECTION"))) macro
127 #define __RAM_FUNC __attribute__((section("RAMCODESECTION"))) macro
130 #define __RAM_FUNC __ramfunc macro
132 #define __RAM_FUNC __attribute__((section(".ram_code"), long_call)) macro
134 #define __RAM_FUNC __attribute__((section(".ram_code"))) macro