Home
last modified time | relevance | path

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

/bsp/essemi/es32f369x/drivers/
A Ddrv_hwtimer.c81 static struct es32f3_hwtimer_dev gp32c4t0_hwtimer; variable
94 ald_timer_clear_flag_status(gp32c4t0_hwtimer.hwtimer_periph, TIMER_FLAG_UPDATE); in GP32C4T0_Handler()
95 rt_device_hwtimer_isr(&gp32c4t0_hwtimer.parent); in GP32C4T0_Handler()
358 gp32c4t0_hwtimer.IRQn = GP32C4T0_IRQn; in rt_hw_hwtimer_init()
362 gp32c4t0_hwtimer.hwtimer_periph = &gp32c4t0_hwtimer_periph; in rt_hw_hwtimer_init()
364 gp32c4t0_hwtimer.parent.info = &gp32c4t0_info; in rt_hw_hwtimer_init()
365 gp32c4t0_hwtimer.parent.ops = &es32f3_hwtimer_ops; in rt_hw_hwtimer_init()
366 …ret = rt_device_hwtimer_register(&gp32c4t0_hwtimer.parent, ES_DEVICE_NAME_GP32C4T0_HWTIMER, &gp32c… in rt_hw_hwtimer_init()

Completed in 6 milliseconds