RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#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) |
rt_err_t(* rt_rtc_ops::get_alarm) (struct rt_rtc_wkalarm *alarm) |
rt_err_t(* rt_rtc_ops::set_alarm) (struct rt_rtc_wkalarm *alarm) |