Home
last modified time | relevance | path

Searched refs:CM0P_CpuIntr4_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.s75 DCD CM0P_CpuIntr4_Handler ; CPU User Interrupt #4
152 EXPORT CM0P_CpuIntr4_Handler [WEAK]
159 CM0P_CpuIntr4_Handler label
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/
Dstartup_cm0plus.S40 .global CM0P_CpuIntr4_Handler
68 .long CM0P_CpuIntr4_Handler /* CPU User Interrupt #4 */
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s65 EXTERN CM0P_CpuIntr4_Handler
125 DCD CM0P_CpuIntr4_Handler ; DeepSleep CPU User Interrupt #4
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c659 void CM0P_CpuIntr4_Handler(void) in CM0P_CpuIntr4_Handler() function