luat_soc_sdk_2024
V1.0
首页
专题
结构体
文件
文件列表
全局定义
LuatOS
luat
include
luat_rtc.h
浏览该文件的文档.
1
#ifndef LUAT_RTC_H
2
#define LUAT_RTC_H
3
#include "luat_base.h"
4
#include "time.h"
16
int
luat_rtc_set
(
struct
tm *tblock);
23
int
luat_rtc_get
(
struct
tm *tblock);
25
int
luat_rtc_timer_start
(
int
id
,
struct
tm *tblock);
26
int
luat_rtc_timer_stop
(
int
id
);
27
void
luat_rtc_set_tamp32
(uint32_t tamp);
28
29
int
luat_rtc_timezone
(
int
* timezone);
30
31
#endif
luat_rtc_get
int luat_rtc_get(struct tm *tblock)
获取系统时间
luat_rtc_set
int luat_rtc_set(struct tm *tblock)
设置系统时间
luat_rtc_set_tamp32
void luat_rtc_set_tamp32(uint32_t tamp)
luat_rtc_timer_start
int luat_rtc_timer_start(int id, struct tm *tblock)
luat_rtc_timezone
int luat_rtc_timezone(int *timezone)
luat_rtc_timer_stop
int luat_rtc_timer_stop(int id)
制作者
1.11.0