Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_timer.c101 static struct rt_hwtimer_device _hwtimer1; variable
133 _hwtimer1.ops = &systimer_ops; in rt_hw_systimer_init()
134 _hwtimer1.info = &_info; in rt_hw_systimer_init()
135 rt_device_hwtimer_register(&_hwtimer1, "timer1",&_systimer1); in rt_hw_systimer_init()
136 rt_hw_interrupt_install(IRQ_SYSTEM_TIMER_1, rt_device_systimer_isr, &_hwtimer1, "systimer1"); in rt_hw_systimer_init()
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_timer.c104 static struct rt_hwtimer_device _hwtimer1; variable
139 _hwtimer1.ops = &systimer_ops; in rt_hw_systimer_init()
140 _hwtimer1.info = &_info; in rt_hw_systimer_init()
141 rt_device_hwtimer_register(&_hwtimer1, "timer1",&_systimer1); in rt_hw_systimer_init()
142 rt_hw_interrupt_install(IRQ_SYSTEM_TIMER_1, rt_device_systimer_isr, &_hwtimer1, "systimer1"); in rt_hw_systimer_init()

Completed in 6 milliseconds