Home
last modified time | relevance | path

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

/hal_infineon-latest/core-lib/include/
Dcy_utils.h170 #define CY_RAMFUNC_BEGIN __attribute__ ((section(".cy_ramfunc"))) macro
176 #define CY_RAMFUNC_BEGIN __attribute__ ((section("__DATA, .cy_ramfunc"))) macro
181 #define CY_RAMFUNC_BEGIN __attribute__ ((section(".cy_ramfunc"))) macro
194 #define CY_RAMFUNC_BEGIN CY_PRAGMA(diag_suppress = Ta023) __ramfunc macro