Home
last modified time | relevance | path

Searched defs:rtc_time (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Drtc_def.h23 struct rtc_time { struct
24 int tm_sec;
25 int tm_min;
26 int tm_hour;
27 int tm_mday;
28 int tm_mon;
29 int tm_year;
30 int tm_wday;
31 int tm_yday;
32 int tm_isdst;
/third_party/jerryscript/targets/esp8266/user/
Djerry_port.c59 uint32_t rtc_time = system_rtc_clock_cali_proc(); in jerry_port_get_current_time() local