Searched refs:userPtr (Results 1 – 13 of 13) sorted by relevance
323 (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 …]
67 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()
69 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()
37 void *userPtr; member43 void *userPtr; member
164 hook.userPtr = RT_NULL; in rt_hw_rtc_init()
899 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()
277 hook.userPtr = RT_NULL; in efm32_hw_keys_init()
1249 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()
789 hook.userPtr = (void *)&block->device; in rt_hw_iic_unit_init()
473 hook.userPtr = RT_NULL; in efm_accel_config()
961 hook.userPtr = RT_NULL; in efm_hw_eth_init()
157 void *userPtr; member
326 cb->cbFunc(channel, (bool)primaryCpy, cb->userPtr); in DMA_IRQHandler()
Completed in 44 milliseconds