Home
last modified time | relevance | path

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

/bsp/efm32/
A Dhdl_interrupt.c323 (rtcCbTable[0].cbFunc)(rtcCbTable[0].userPtr); in RTC_IRQHandler()
793 (iicCbTable[0].cbFunc)(iicCbTable[0].userPtr); in I2C0_IRQHandler()
816 dmaCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
821 rtcCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
826 timerCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
831 letimerCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
836 gpioCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
841 acmpCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
846 usartCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
852 leuartCbTable[hook->unit].userPtr = hook->userPtr; in efm32_irq_hook_register()
[all …]
A Ddrv_acmp.c67 acmp->hook.userPtr = RT_NULL; in rt_acmp_init()
144 acmp->hook.userPtr = control->hook.userPtr; in rt_acmp_control()
238 (acmp->hook.cbFunc)(acmp->hook.userPtr); in rt_hw_acmp_isr()
308 hook.userPtr = device; in rt_hw_acmp_unit_init()
A Ddrv_timer.c69 timer->hook.userPtr = RT_NULL; in rt_hs_timer_init()
132 timer->hook.userPtr = control->hook.userPtr; in rt_hs_timer_control()
208 (timer->hook.cbFunc)(timer->hook.userPtr); in rt_hw_timer_isr()
303 hook.userPtr = device; in rt_hw_timer_unit_init()
A Dhdl_interrupt.h37 void *userPtr; member
43 void *userPtr; member
A Ddrv_rtc.c164 hook.userPtr = RT_NULL; in rt_hw_rtc_init()
A Ddrv_leuart.c899 hook.userPtr = device; in rt_hw_leuart_unit_init()
912 hook.userPtr = device; in rt_hw_leuart_unit_init()
922 callback->userPtr = RT_NULL; in rt_hw_leuart_unit_init()
A Ddev_keys.c277 hook.userPtr = RT_NULL; in efm32_hw_keys_init()
A Ddrv_usart.c1249 hook.userPtr = device; in rt_hw_usart_unit_init()
1262 hook.userPtr = device; in rt_hw_usart_unit_init()
1272 callback->userPtr = RT_NULL; in rt_hw_usart_unit_init()
A Ddrv_iic.c789 hook.userPtr = (void *)&block->device; in rt_hw_iic_unit_init()
A Ddev_accel.c473 hook.userPtr = RT_NULL; in efm_accel_config()
A Ddrv_ethernet.c961 hook.userPtr = RT_NULL; in efm_hw_eth_init()
/bsp/efm32/Libraries/emlib/inc/
A Dem_dma.h157 void *userPtr; member
/bsp/efm32/Libraries/emlib/src/
A Dem_dma.c326 cb->cbFunc(channel, (bool)primaryCpy, cb->userPtr); in DMA_IRQHandler()

Completed in 44 milliseconds