rt_pm_ops 结构体

优质
小牛编辑
126浏览
2023-12-01

电源管理设备的操作方法 更多...

成员变量

void(* enter )(struct rt_pm *pm)
 切换到新模式
 
void(* exit )(struct rt_pm *pm)
 退出当前模式
 
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)
 获取休眠时间
 

详细描述

电源管理设备的操作方法