1 #ifndef __LUNAIX_CLOCK_H
2 #define __LUNAIX_CLOCK_H
4 #include <lunaix/time.h>
7 #include <hal/hwtimer.h>
9 extern const struct hwrtc_potens* sysrtc;
10 extern const struct hwtimer_pot* systimer;
13 clock_walltime(datetime_t* datetime);
16 * @brief 返回当前系统时间,即自从开机到当前时刻的毫秒时。
32 #endif /* __LUNAIX_CLOCK_H */