Home
last modified time | relevance | path

Searched refs:NMI_Handler (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/
H A Dstartup_ARMCM0.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
H A Dstartup_ARMCM3.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
H A Dstartup_ARMCM4.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/
H A Dstartup_ARMCM0.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
H A Dstartup_ARMCM3.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
H A Dstartup_ARMCM4.s63 .long NMI_Handler /* NMI Handler */
109 .weak NMI_Handler
110 .type NMI_Handler, %function
111 NMI_Handler: label
113 .size NMI_Handler, . - NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM0/Source/Templates/GCC/
H A Dstartup_ARMCM0.s76 .long NMI_Handler /* NMI Handler */
122 .weak NMI_Handler
123 .type NMI_Handler, %function
124 NMI_Handler: label
126 .size NMI_Handler, . - NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM3/Source/Templates/GCC/
H A Dstartup_ARMCM3.s76 .long NMI_Handler /* NMI Handler */
122 .weak NMI_Handler
123 .type NMI_Handler, %function
124 NMI_Handler: label
126 .size NMI_Handler, . - NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM4/Source/Templates/GCC/
H A Dstartup_ARMCM4.s76 .long NMI_Handler /* NMI Handler */
122 .weak NMI_Handler
123 .type NMI_Handler, %function
124 NMI_Handler: label
126 .size NMI_Handler, . - NMI_Handler
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/mdk/
H A Dgcc_startup_nrf51.S77 .long NMI_Handler
224 .weak NMI_Handler
225 .type NMI_Handler, %function
226 NMI_Handler: label
228 .size NMI_Handler, . - NMI_Handler
H A Dgcc_startup_nrf52810.S77 .long NMI_Handler
290 .weak NMI_Handler
291 .type NMI_Handler, %function
292 NMI_Handler: label
294 .size NMI_Handler, . - NMI_Handler
H A Dgcc_startup_nrf52.S77 .long NMI_Handler
290 .weak NMI_Handler
291 .type NMI_Handler, %function
292 NMI_Handler: label
294 .size NMI_Handler, . - NMI_Handler
H A Dgcc_startup_nrf52840.S77 .long NMI_Handler
290 .weak NMI_Handler
291 .type NMI_Handler, %function
292 NMI_Handler: label
294 .size NMI_Handler, . - NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM0/Source/Templates/IAR/
H A Dstartup_ARMCM0.s63 DCD NMI_Handler
101 PUBWEAK NMI_Handler
103 NMI_Handler label
104 B NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM3/Source/Templates/IAR/
H A Dstartup_ARMCM3.s63 DCD NMI_Handler
101 PUBWEAK NMI_Handler
103 NMI_Handler label
104 B NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/Device/ARM/ARMCM4/Source/Templates/IAR/
H A Dstartup_ARMCM4.s63 DCD NMI_Handler
101 PUBWEAK NMI_Handler
103 NMI_Handler label
104 B NMI_Handler
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/Device/_Template_Vendor/Vendor/Device/Source/IAR/
H A Dstartup_Device.s76 DCD NMI_Handler
115 PUBWEAK NMI_Handler
117 NMI_Handler label
118 B NMI_Handler
/dports/audio/codec2/codec2-1.0.3/stm32/src/
H A Dstm32f4_usb_vcp.c41 void NMI_Handler(void);
71 void NMI_Handler(void) {} in NMI_Handler() function
/dports/devel/tinygo/tinygo-0.14.1/targets/
H A Dcortex-m-qemu.s27 .long NMI_Handler
44 IRQ NMI_Handler
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/
H A Dstartup_ARMCM0.s48 DCD NMI_Handler ; NMI Handler
87 NMI_Handler PROC label
88 EXPORT NMI_Handler [WEAK]

12345678910>>...16