TuyaOS
include
adapter
rtc
include
tkl_rtc.h
浏览该文件的文档.
1
10
#ifndef __TKL_RTC_H__
11
#define __TKL_RTC_H__
12
13
#include "tuya_cloud_types.h"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
26
OPERATE_RET
tkl_rtc_init
(VOID_T);
27
33
OPERATE_RET
tkl_rtc_deinit
(VOID_T);
34
42
OPERATE_RET
tkl_rtc_time_set
(TIME_T time_sec);
43
51
OPERATE_RET
tkl_rtc_time_get
(TIME_T *time_sec);
52
53
54
#ifdef __cplusplus
55
}
56
#endif
/* __cplusplus */
57
58
#endif
59
tkl_rtc_time_set
OPERATE_RET tkl_rtc_time_set(TIME_T time_sec)
rtc time set
tkl_rtc_time_get
OPERATE_RET tkl_rtc_time_get(TIME_T *time_sec)
rtc time get
tkl_rtc_deinit
OPERATE_RET tkl_rtc_deinit(VOID_T)
rtc deinit
tkl_rtc_init
OPERATE_RET tkl_rtc_init(VOID_T)
rtc init
制作者
1.9.4