Home
last modified time | relevance | path

Searched refs:USDHC0_DriverIRQHandler (Results 1 – 22 of 22) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/mcuxpresso/
Dstartup_mimxrt685s.c193 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
688 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_mimxrt685s.cpp193 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
688 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L3A60/mcuxpresso/
Dstartup_k32l3a60_cm0plus.cpp191 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
685 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_k32l3a60_cm4.c184 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
674 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_k32l3a60_cm4.cpp184 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
674 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_k32l3a60_cm0plus.c191 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
685 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT633S/mcuxpresso/
Dstartup_mimxrt633s.c193 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
688 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_mimxrt633s.cpp193 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
688 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/mcuxpresso/
Dstartup_mimxrt595s_cm33.c207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_mimxrt595s_cm33.cpp207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/K32L3A60/gcc/
Dstartup_K32L3A60_cm0plus.S437 ldr r0,=USDHC0_DriverIRQHandler
553 def_irq_handler USDHC0_DriverIRQHandler
Dstartup_K32L3A60_cm4.S632 ldr r0,=USDHC0_DriverIRQHandler
771 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT555S/mcuxpresso/
Dstartup_mimxrt555s.c207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_mimxrt555s.cpp207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT533S/mcuxpresso/
Dstartup_mimxrt533s.c207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
Dstartup_mimxrt533s.cpp207 void USDHC0_DriverIRQHandler(void) ALIAS(IntDefaultHandler);
730 { USDHC0_DriverIRQHandler(); in USDHC0_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/gcc/
Dstartup_MIMXRT685S_cm33.S684 ldr r0,=USDHC0_DriverIRQHandler
872 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT633S/gcc/
Dstartup_MIMXRT633S.S684 ldr r0,=USDHC0_DriverIRQHandler
872 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/gcc/
Dstartup_MIMXRT595S_cm33.S698 ldr r0,=USDHC0_DriverIRQHandler
1012 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT555S/gcc/
Dstartup_MIMXRT555S.S698 ldr r0,=USDHC0_DriverIRQHandler
1012 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT533S/gcc/
Dstartup_MIMXRT533S.S698 ldr r0,=USDHC0_DriverIRQHandler
1012 def_irq_handler USDHC0_DriverIRQHandler
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c2455 void USDHC0_DriverIRQHandler(void);
2456 void USDHC0_DriverIRQHandler(void) in USDHC0_DriverIRQHandler() function