Home
last modified time | relevance | path

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

/bsp/essemi/es32f369x/drivers/
A Ddrv_hwtimer.c101 static struct es32f3_hwtimer_dev gp32c4t1_hwtimer; variable
113 ald_timer_clear_flag_status(gp32c4t1_hwtimer.hwtimer_periph, TIMER_FLAG_UPDATE); in GP32C4T1_Handler()
114 rt_device_hwtimer_isr(&gp32c4t1_hwtimer.parent); in GP32C4T1_Handler()
373 gp32c4t1_hwtimer.IRQn = GP32C4T1_IRQn; in rt_hw_hwtimer_init()
377 gp32c4t1_hwtimer.hwtimer_periph = &gp32c4t1_hwtimer_periph; in rt_hw_hwtimer_init()
379 gp32c4t1_hwtimer.parent.info = &gp32c4t1_info; in rt_hw_hwtimer_init()
380 gp32c4t1_hwtimer.parent.ops = &es32f3_hwtimer_ops; in rt_hw_hwtimer_init()
381 …ret = rt_device_hwtimer_register(&gp32c4t1_hwtimer.parent, ES_DEVICE_NAME_GP32C4T1_HWTIMER, &gp32c… in rt_hw_hwtimer_init()

Completed in 5 milliseconds