Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dinterrupt.c133 static __no_init void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) @ ".vtable_ram"; variable
137 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void); variable
140 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__((aligned(256))); variable
143 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__((aligned(256))); variable
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dinterrupt.c167 static __no_init void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) @ "VTABLE"; variable
170 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__ ((aligned(1024))); variable
174 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void); variable
177 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__ ((aligned(1024))); variable

Completed in 9 milliseconds