Searched refs:_hwtimer3 (Results 1 – 2 of 2) sorted by relevance
| /bsp/raspberry-pi/raspi3-32/driver/ |
| A D | drv_timer.c | 102 static struct rt_hwtimer_device _hwtimer3; variable 142 _hwtimer3.ops = &systimer_ops; in rt_hw_systimer_init() 143 _hwtimer3.info = &_info; in rt_hw_systimer_init() 144 rt_device_hwtimer_register(&_hwtimer3, "timer3",&_systimer3); in rt_hw_systimer_init() 145 rt_hw_interrupt_install(IRQ_SYSTEM_TIMER_3, rt_device_systimer_isr, &_hwtimer3, "systimer3"); in rt_hw_systimer_init()
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | drv_timer.c | 109 static struct rt_hwtimer_device _hwtimer3; variable 148 _hwtimer3.ops = &systimer_ops; in rt_hw_systimer_init() 149 _hwtimer3.info = &_info; in rt_hw_systimer_init() 150 rt_device_hwtimer_register(&_hwtimer3, "timer3",&_systimer3); in rt_hw_systimer_init() 151 rt_hw_interrupt_install(IRQ_SYSTEM_TIMER_3, rt_device_systimer_isr, &_hwtimer3, "systimer3"); in rt_hw_systimer_init()
|
Completed in 4 milliseconds