Searched refs:__ISR__ (Results 1 – 1 of 1) sorted by relevance
26 #define __ISR__ __attribute__((interrupt, naked)) macro66 static void __ISR__ INT_Excep_SuperVisorInst(void) in INT_Excep_SuperVisorInst()76 static void __ISR__ INT_Excep_AccessInst(void) in INT_Excep_AccessInst()86 static void __ISR__ INT_Excep_UndefinedInst(void) in INT_Excep_UndefinedInst()96 static void __ISR__ INT_Excep_FloatingPoint(void) in INT_Excep_FloatingPoint()106 static void __ISR__ INT_NonMaskableInterrupt(void) in INT_NonMaskableInterrupt()116 static void __ISR__ Dummy(void) in Dummy()141 static void __ISR__ reserved_isr(void) in reserved_isr()150 static void __ISR__ INT_RuntimeFatalInterrupt(void) in INT_RuntimeFatalInterrupt()173 extern void __ISR__ switch_isr_wrapper(void);
Completed in 3 milliseconds