Home
last modified time | relevance | path

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

/bsp/hc32/libraries/hc32_drivers/
A Ddrv_hwtimer.c64 struct hc32_hwtimer struct
83 static struct hc32_hwtimer hc32_hwtimer_obj[] = argument
127 struct hc32_hwtimer *tmr_device = (struct hc32_hwtimer *)timer; in _timer_init()
172 struct hc32_hwtimer *tmr_device = RT_NULL; in _timer_start()
176 tmr_device = (struct hc32_hwtimer *)timer; in _timer_start()
188 struct hc32_hwtimer *tmr_device = RT_NULL; in _timer_stop()
192 tmr_device = (struct hc32_hwtimer *)timer; in _timer_stop()
235 struct hc32_hwtimer *tmr_device = RT_NULL; in _timer_counter_get()
240 tmr_device = (struct hc32_hwtimer *)timer; in _timer_counter_get()

Completed in 6 milliseconds