Searched refs:timerCbTable (Results 1 – 1 of 1) sorted by relevance
36 efm32_irq_hook_t timerCbTable[TIMER_COUNT] = {RT_NULL}; variable207 if (timerCbTable[0].cbFunc != RT_NULL) in TIMER0_IRQHandler()209 (timerCbTable[0].cbFunc)(timerCbTable[0].userPtr); in TIMER0_IRQHandler()233 if (timerCbTable[1].cbFunc != RT_NULL) in TIMER1_IRQHandler()235 (timerCbTable[1].cbFunc)(timerCbTable[1].userPtr); in TIMER1_IRQHandler()258 if (timerCbTable[2].cbFunc != RT_NULL) in TIMER2_IRQHandler()260 (timerCbTable[2].cbFunc)(timerCbTable[2].userPtr); in TIMER2_IRQHandler()825 timerCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()826 timerCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
Completed in 5 milliseconds