TuyaOS
include
components
tal_compatible
include
tuya_rtc.h
浏览该文件的文档.
1
11
#ifndef __TUYA_RTC_H__
12
#define __TUYA_RTC_H__
13
14
#include "
tal_rtc.h
"
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
25
#define tuya_rtc_init() tal_rtc_init()
26
34
#define tuya_rtc_time_set(timestamp) tal_rtc_time_set(timestamp)
35
43
#define tuya_rtc_time_get(timestamp) tal_rtc_time_get(timestamp)
44
50
#define tuya_rtc_deinit() tal_rtc_deinit()
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
tal_rtc.h
Common process - adapter the rtc api
制作者
1.9.4