RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <pm.h>
成员变量 | |
void(* | sleep )(struct rt_pm *pm, rt_uint8_t mode) |
void(* | run )(struct rt_pm *pm, rt_uint8_t mode) |
void(* | timer_start )(struct rt_pm *pm, rt_uint32_t timeout) |
void(* | timer_stop )(struct rt_pm *pm) |
rt_tick_t(* | timer_get_tick )(struct rt_pm *pm) |
void(* rt_pm_ops::sleep) (struct rt_pm *pm, rt_uint8_t mode) |
void(* rt_pm_ops::run) (struct rt_pm *pm, rt_uint8_t mode) |
void(* rt_pm_ops::timer_start) (struct rt_pm *pm, rt_uint32_t timeout) |