Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dpm.h124 void (*timer_start)(struct rt_pm *pm, rt_uint32_t timeout); member
/nrf52832-nimble/rt-thread/components/drivers/pm/
H A Dpm.c148 pm->ops->timer_start(pm, timeout_tick); in rt_pm_enter()