Home
last modified time | relevance | path

Searched refs:CM0P_CpuIntr2_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.s73 DCD CM0P_CpuIntr2_Handler ; CPU User Interrupt #2
150 EXPORT CM0P_CpuIntr2_Handler [WEAK]
157 CM0P_CpuIntr2_Handler label
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/
Dstartup_cm0plus.S38 .global CM0P_CpuIntr2_Handler
66 .long CM0P_CpuIntr2_Handler /* CPU User Interrupt #2 */
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s63 EXTERN CM0P_CpuIntr2_Handler
123 DCD CM0P_CpuIntr2_Handler ; DeepSleep CPU User Interrupt #2
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c633 void CM0P_CpuIntr2_Handler(void) in CM0P_CpuIntr2_Handler() function