gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:UndefinedInst_Handler (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/exc_hdl.c - 1.9KB - 99 lines
45:  */
46: WEAK_FUNC EXPORT void UndefinedInst_Handler(void)
47: {
kernel/sysdepend/cpu/core/rxv2/exc_hdr.c - 1.8KB - 91 lines
62:  */
63: WEAK_FUNC EXPORT void UndefinedInst_Handler(void)
64: {
kernel/sysdepend/cpu/core/rxv2/sysdepend.h - 2.1KB - 71 lines
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 */