Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/
Dmain.c75 IRQHandler_t const handler = IRQ_GetHandler(irqn); in IRQ_Handler() local
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/
Dmain.c85 IRQHandler_t const handler = IRQ_GetHandler(irqn); in IRQ_Handler() local
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/RTOS2/Source/
Dos_systick.c40 __WEAK int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup()
Dos_tick_ptim.c40 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup()
Dos_tick_gtim.c49 int32_t OS_Tick_Setup (uint32_t freq, IRQHandler_t handler) { in OS_Tick_Setup()
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Source/
Dirq_ctrl_gic.c61 __WEAK int32_t IRQ_SetHandler (IRQn_ID_t irqn, IRQHandler_t handler) { in IRQ_SetHandler()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_flexcomm.c149 void FLEXCOMM_SetIRQHandler(void *base, flexcomm_irq_handler_t handler, void *flexcommHandle) in FLEXCOMM_SetIRQHandler()
Dfsl_usart.c767 usart_to_flexcomm_t handler; in USART_TransferCreateHandle() local