Searched refs:g_current_time (Results 1 – 1 of 1) sorted by relevance
57 rtc_time_t g_current_time = {0}; in get_rtc_timestamp() local62 tm_new.tm_mon = g_current_time.tm_mon; in get_rtc_timestamp()66 tm_new.tm_min = g_current_time.tm_min; in get_rtc_timestamp()67 tm_new.tm_sec = g_current_time.tm_sec; in get_rtc_timestamp()87 rtc_time_t g_current_time = {0}; in set_rtc_time_stamp() local94 g_current_time.tm_sec = now.tm_sec ; in set_rtc_time_stamp()95 g_current_time.tm_min = now.tm_min ; in set_rtc_time_stamp()96 g_current_time.tm_hour = now.tm_hour; in set_rtc_time_stamp()97 g_current_time.tm_mday = now.tm_mday; in set_rtc_time_stamp()98 g_current_time.tm_mon = now.tm_mon; in set_rtc_time_stamp()[all …]
Completed in 21 milliseconds