Home
last modified time | relevance | path

Searched refs:cbFunc (Results 1 – 13 of 13) sorted by relevance

/bsp/efm32/
A Dhdl_interrupt.c183 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 …]
A Ddrv_acmp.c66 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()
A Ddrv_timer.c68 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()
A Dhdl_interrupt.h36 efm32_irq_callback_t cbFunc; member
42 efm32_irq_callback_t cbFunc; member
A Ddrv_rtc.c163 hook.cbFunc = rt_hw_rtc_isr; in rt_hw_rtc_init()
A Ddrv_leuart.c898 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()
A Ddev_keys.c276 hook.cbFunc = efm32_keys_isr; in efm32_hw_keys_init()
A Ddrv_usart.c1248 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()
A Ddrv_iic.c788 hook.cbFunc = rt_hw_iic_slave_isr; in rt_hw_iic_unit_init()
A Ddev_accel.c472 hook.cbFunc = efm_accel_isr; in efm_accel_config()
A Ddrv_ethernet.c960 hook.cbFunc = efm_eth_isr; in efm_hw_eth_init()
/bsp/efm32/Libraries/emlib/inc/
A Dem_dma.h154 DMA_FuncPtr_TypeDef cbFunc; member
/bsp/efm32/Libraries/emlib/src/
A Dem_dma.c324 if (cb->cbFunc) in DMA_IRQHandler()
326 cb->cbFunc(channel, (bool)primaryCpy, cb->userPtr); in DMA_IRQHandler()

Completed in 23 milliseconds