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

Function rt_ktime_hrtimer_mdelay

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

Source from the content-addressed store, hash-verified

381}
382
383rt_err_t rt_ktime_hrtimer_mdelay(struct rt_ktime_hrtimer *timer, unsigned long ms)
384{
385 return rt_ktime_hrtimer_ndelay(timer, ms * 1000000);
386}

Callers

nothing calls this directly

Calls 1

rt_ktime_hrtimer_ndelayFunction · 0.85

Tested by

no test coverage detected