Searched refs:cbFunc (Results 1 – 13 of 13) sorted by relevance
183 if (dmaCbTable[channel].cbFunc != RT_NULL) in DMA_IRQHandler_All()321 if (rtcCbTable[0].cbFunc != RT_NULL) in RTC_IRQHandler()815 dmaCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()820 rtcCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()825 timerCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()830 letimerCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()835 gpioCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()840 acmpCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()845 usartCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()851 leuartCbTable[hook->unit].cbFunc = hook->cbFunc; in efm32_irq_hook_register()[all …]
66 acmp->hook.cbFunc = RT_NULL; in rt_acmp_init()141 if (control->hook.cbFunc != RT_NULL) in rt_acmp_control()143 acmp->hook.cbFunc = control->hook.cbFunc; in rt_acmp_control()236 if (acmp->hook.cbFunc != RT_NULL) in rt_hw_acmp_isr()238 (acmp->hook.cbFunc)(acmp->hook.userPtr); in rt_hw_acmp_isr()307 hook.cbFunc = rt_hw_acmp_isr; in rt_hw_acmp_unit_init()
68 timer->hook.cbFunc = RT_NULL; in rt_hs_timer_init()131 timer->hook.cbFunc = control->hook.cbFunc; in rt_hs_timer_control()206 if (timer->hook.cbFunc != RT_NULL) in rt_hw_timer_isr()208 (timer->hook.cbFunc)(timer->hook.userPtr); in rt_hw_timer_isr()302 hook.cbFunc = rt_hw_timer_isr; in rt_hw_timer_unit_init()
36 efm32_irq_callback_t cbFunc; member42 efm32_irq_callback_t cbFunc; member
163 hook.cbFunc = rt_hw_rtc_isr; in rt_hw_rtc_init()
898 hook.cbFunc = rt_hw_leuart_rx_isr; in rt_hw_leuart_unit_init()911 hook.cbFunc = rt_hw_leuart_dma_tx_isr; in rt_hw_leuart_unit_init()921 callback->cbFunc = DMA_IRQHandler_All; in rt_hw_leuart_unit_init()
276 hook.cbFunc = efm32_keys_isr; in efm32_hw_keys_init()
1248 hook.cbFunc = rt_hw_usart_rx_isr; in rt_hw_usart_unit_init()1261 hook.cbFunc = rt_hw_usart_dma_tx_isr; in rt_hw_usart_unit_init()1271 callback->cbFunc = DMA_IRQHandler_All; in rt_hw_usart_unit_init()
788 hook.cbFunc = rt_hw_iic_slave_isr; in rt_hw_iic_unit_init()
472 hook.cbFunc = efm_accel_isr; in efm_accel_config()
960 hook.cbFunc = efm_eth_isr; in efm_hw_eth_init()
154 DMA_FuncPtr_TypeDef cbFunc; member
324 if (cb->cbFunc) in DMA_IRQHandler()326 cb->cbFunc(channel, (bool)primaryCpy, cb->userPtr); in DMA_IRQHandler()
Completed in 22 milliseconds