Home
last modified time | relevance | path

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

/components/drivers/hwtimer/
A Dhwtimer.c19 void (*rt_device_hwtimer_us_delay)(rt_uint32_t us) = RT_NULL; variable
23 if (rt_device_hwtimer_us_delay) in rt_hw_us_delay()
25 rt_device_hwtimer_us_delay(us); in rt_hw_us_delay()
/components/drivers/include/drivers/
A Dhwtimer.h82 extern void (*rt_device_hwtimer_us_delay)(rt_uint32_t us);

Completed in 3 milliseconds