Searched refs:_hwtimer (Results 1 – 1 of 1) sorted by relevance
122 static struct rt_hwtimer_device _hwtimer; variable156 ESP_ERROR_CHECK(gptimer_register_event_callbacks(gptimer, &cbs, &_hwtimer)); in rt_hw_hwtimer_init()158 _hwtimer.info = &_hwtimer_info; in rt_hw_hwtimer_init()159 _hwtimer.ops = &_hwtimer_ops; in rt_hw_hwtimer_init()161 return rt_device_hwtimer_register(&_hwtimer, name, (void *)gptimer); in rt_hw_hwtimer_init()
Completed in 4 milliseconds