gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:NMI_Handler (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7m/exc_hdr.c - 2.6KB - 134 lines
35:  */
36: WEAK_FUNC EXPORT void NMI_Handler(void)
37: {
kernel/sysdepend/cpu/core/rxv2/exc_hdr.c - 1.8KB - 91 lines
34:  */
35: WEAK_FUNC EXPORT void NMI_Handler(void)
36: {
kernel/sysdepend/cpu/core/rxv2/sysdepend.h - 2.1KB - 71 lines
33: IMPORT void FloatingPoint_Handler(void) __attribute__ ((interrupt));    /* Floating Point Exception */
34: IMPORT void NMI_Handler(void) __attribute__ ((interrupt));              /* NMI Handler */
35: