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

Function clock_cpu_issettimeout

components/drivers/cputime/cputime.c:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int clock_cpu_issettimeout(void)
65{
66 if (_cputime_ops)
67 return _cputime_ops->cputime_settimeout != RT_NULL;
68 return RT_FALSE;
69}
70
71/**
72 * The clock_cpu_microsecond() fucntion shall return the microsecond according to

Callers 7

rt_cputimer_initFunction · 0.85
rt_cputimer_deleteFunction · 0.85
rt_cputimer_startFunction · 0.85
rt_cputimer_stopFunction · 0.85
rt_cputimer_controlFunction · 0.85
rt_cputimer_detachFunction · 0.85
rt_cputime_sleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected