Home
last modified time | relevance | path

Searched refs:CM0P_CpuIntr6_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.s77 DCD CM0P_CpuIntr6_Handler ; CPU User Interrupt #6
154 EXPORT CM0P_CpuIntr6_Handler [WEAK]
161 CM0P_CpuIntr6_Handler label
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/
Dstartup_cm0plus.S42 .global CM0P_CpuIntr6_Handler
70 .long CM0P_CpuIntr6_Handler /* CPU User Interrupt #6 */
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s67 EXTERN CM0P_CpuIntr6_Handler
127 DCD CM0P_CpuIntr6_Handler ; DeepSleep CPU User Interrupt #6
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_cm0plus.c684 void CM0P_CpuIntr6_Handler(void) in CM0P_CpuIntr6_Handler() function