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

Function rt_lptimer_control

components/drivers/pm/lptimer.c:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97rt_err_t rt_lptimer_control(rt_lptimer_t timer, int cmd, void *arg)
98{
99 RT_ASSERT(timer != RT_NULL);
100
101 return rt_timer_control(&timer->timer, cmd, arg);
102}
103
104/* get the next soft lptimer timeout */
105rt_tick_t rt_lptimer_next_timeout_tick(void)

Callers

nothing calls this directly

Calls 1

rt_timer_controlFunction · 0.85

Tested by

no test coverage detected