Home
last modified time | relevance | path

Searched defs:rt_pm_ops (Results 1 – 1 of 1) sorted by relevance

/components/drivers/include/drivers/
A Dpm.h127 struct rt_pm_ops struct
129 void (*sleep)(struct rt_pm *pm, rt_uint8_t mode);
130 void (*run)(struct rt_pm *pm, rt_uint8_t mode);
131 void (*timer_start)(struct rt_pm *pm, rt_uint32_t timeout);
132 void (*timer_stop)(struct rt_pm *pm);
133 rt_tick_t (*timer_get_tick)(struct rt_pm *pm);

Completed in 3 milliseconds