MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ktime_hrtimer_udelay

Function rt_ktime_hrtimer_udelay

components/drivers/ktime/src/hrtimer.c:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378rt_err_t rt_ktime_hrtimer_udelay(struct rt_ktime_hrtimer *timer, unsigned long us)
379{
380 return rt_ktime_hrtimer_ndelay(timer, us * 1000);
381}
382
383rt_err_t rt_ktime_hrtimer_mdelay(struct rt_ktime_hrtimer *timer, unsigned long ms)
384{

Callers

nothing calls this directly

Calls 1

rt_ktime_hrtimer_ndelayFunction · 0.85

Tested by

no test coverage detected