Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_hwtimer.c127 static rt_hwtimer_t _timer0; variable
131 _timer0.info = &_info; in rt_hw_hwtimer_init()
132 _timer0.ops = &_ops; in rt_hw_hwtimer_init()
134 rt_device_hwtimer_register(&_timer0, "timer0", LPC_TIM0); in rt_hw_hwtimer_init()
144 rt_device_hwtimer_isr(&_timer0); in TIMER0_IRQHandler()
/bsp/rockchip/rk3500/driver/hwtimer/
A Dhwtimer-rockchip_timer.c66 static struct hrt_timer _timer0 = {0}; variable
203 struct hrt_timer *timer = &_timer0; in rk_timer_isr()
213 struct rk_timer *timer = _timer0.timer; in rt_ktime_hrtimer_bind()
237 _timer0.timer = timer; in rk_timer_probe()
343 return rk_timer_current_value(_timer0.timer); in rt_ktime_hrtimer_getcnt()
356 struct hrt_timer *timer = &_timer0; in rt_ktime_hrtimer_settimeout()

Completed in 8 milliseconds