Home
last modified time | relevance | path

Searched refs:CM0P_CpuIntr3_Handler (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/
Dstartup_cm0plus.s74 DCD CM0P_CpuIntr3_Handler ; CPU User Interrupt #3
151 EXPORT CM0P_CpuIntr3_Handler [WEAK]
158 CM0P_CpuIntr3_Handler label
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/
Dstartup_cm0plus.S39 .global CM0P_CpuIntr3_Handler
67 .long CM0P_CpuIntr3_Handler /* CPU User Interrupt #3 */
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s64 EXTERN CM0P_CpuIntr3_Handler
124 DCD CM0P_CpuIntr3_Handler ; DeepSleep CPU User Interrupt #3
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c646 void CM0P_CpuIntr3_Handler(void) in CM0P_CpuIntr3_Handler() function