RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_rtc_ops结构体 参考

#include <dev_rtc.h>

成员变量

rt_err_t(* init )(void)
 
rt_err_t(* get_secs )(time_t *sec)
 
rt_err_t(* set_secs )(time_t *sec)
 
rt_err_t(* get_alarm )(struct rt_rtc_wkalarm *alarm)
 
rt_err_t(* set_alarm )(struct rt_rtc_wkalarm *alarm)
 
rt_err_t(* get_timeval )(struct timeval *tv)
 
rt_err_t(* set_timeval )(struct timeval *tv)
 

详细描述

RTC operations

在文件 dev_rtc.h113 行定义.

结构体成员变量说明

◆ init

rt_err_t(* rt_rtc_ops::init) (void)

在文件 dev_rtc.h115 行定义.

◆ get_secs

rt_err_t(* rt_rtc_ops::get_secs) (time_t *sec)

在文件 dev_rtc.h116 行定义.

◆ set_secs

rt_err_t(* rt_rtc_ops::set_secs) (time_t *sec)

在文件 dev_rtc.h117 行定义.

◆ get_alarm

rt_err_t(* rt_rtc_ops::get_alarm) (struct rt_rtc_wkalarm *alarm)

在文件 dev_rtc.h118 行定义.

◆ set_alarm

rt_err_t(* rt_rtc_ops::set_alarm) (struct rt_rtc_wkalarm *alarm)

在文件 dev_rtc.h119 行定义.

◆ get_timeval

rt_err_t(* rt_rtc_ops::get_timeval) (struct timeval *tv)

在文件 dev_rtc.h120 行定义.

◆ set_timeval

rt_err_t(* rt_rtc_ops::set_timeval) (struct timeval *tv)

在文件 dev_rtc.h121 行定义.