Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/
Dmain.c75 IRQHandler_t const handler = IRQ_GetHandler(irqn); in IRQ_Handler() local
/cmsis_6-latest/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/
Dmain.c85 IRQHandler_t const handler = IRQ_GetHandler(irqn); in IRQ_Handler() local
/cmsis_6-latest/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()
/cmsis_6-latest/CMSIS/Core/Source/
Dirq_ctrl_gic.c61 __WEAK int32_t IRQ_SetHandler (IRQn_ID_t irqn, IRQHandler_t handler) { in IRQ_SetHandler()