Home
last modified time | relevance | path

Searched refs:interruptVectors (Results 1 – 4 of 4) sorted by relevance

/bsp/msp432e401y-LaunchPad/libraries/msp432e4/startup_system_files/ccs/
A Dstartup_msp432e401y_ccs.c168 #pragma RETAIN(interruptVectors)
169 #pragma DATA_SECTION(interruptVectors, ".intvecs")
170 void (* const interruptVectors[])(void) = variable
A Dstartup_msp432e411y_ccs.c173 #pragma RETAIN(interruptVectors)
174 #pragma DATA_SECTION(interruptVectors, ".intvecs")
175 void (* const interruptVectors[])(void) = variable
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/startup_system_files/gcc/
A Dstartup_msp432e401y_gcc.c173 void (* const interruptVectors[])(void) __attribute__((section(".intvecs"))) = variable
A Dstartup_msp432e411y_gcc.c178 void (* const interruptVectors[])(void) __attribute__((section(".intvecs"))) = variable

Completed in 12 milliseconds