Home
last modified time | relevance | path

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

/bsp/essemi/es32f0654/drivers/
A Ddrv_hwtimer.c102 static struct es32f0_hwtimer_dev gp16c2t1_hwtimer; variable
114 ald_timer_clear_flag_status(gp16c2t1_hwtimer.hwtimer_periph, TIMER_FLAG_UPDATE); in GP16C2T1_Handler()
115 rt_device_hwtimer_isr(&gp16c2t1_hwtimer.parent); in GP16C2T1_Handler()
377 gp16c2t1_hwtimer.IRQn = GP16C2T1_IRQn; in rt_hw_hwtimer_init()
381 gp16c2t1_hwtimer.hwtimer_periph = &gp16c2t1_hwtimer_periph; in rt_hw_hwtimer_init()
383 gp16c2t1_hwtimer.parent.info = &gp16c2t1_info; in rt_hw_hwtimer_init()
384 gp16c2t1_hwtimer.parent.ops = &es32f0_hwtimer_ops; in rt_hw_hwtimer_init()
385 …ret = rt_device_hwtimer_register(&gp16c2t1_hwtimer.parent, ES_DEVICE_NAME_GP16C2T1_HWTIMER, &gp16c… in rt_hw_hwtimer_init()

Completed in 13 milliseconds