Search | Google it | Results 1 - 3 of 3 for fundef:UndefinedInst_Handler (0.00 seconds) |
45: */ 46: WEAK_FUNC EXPORT void UndefinedInst_Handler(void) 47: {
62: */ 63: WEAK_FUNC EXPORT void UndefinedInst_Handler(void) 64: {
31: IMPORT void AccessInst_Handler(void) __attribute__ ((interrupt)); /* Access Instruction Exception */ 32: IMPORT void UndefinedInst_Handler(void) __attribute__ ((interrupt)); /* Undefined Instruction Exception */ 33: IMPORT void FloatingPoint_Handler(void) __attribute__ ((interrupt)); /* Floating Point Exception */