Searched defs:rtc_time (Results 1 – 2 of 2) sorted by relevance
59 uint32_t rtc_time = system_rtc_clock_cali_proc(); in jerry_port_get_current_time() local
21873 struct rtc_time { struct21874 int tm_sec;21875 int tm_min;21876 int tm_hour;21877 int tm_mday;21878 int tm_mon;21879 int tm_year;21880 int tm_wday;21881 int tm_yday;21882 int tm_isdst;