Searched refs:get_datetime (Results 1 – 2 of 2) sorted by relevance
49 RTC_DateTime get_datetime = {0}; in swm_get_rtc_time_stamp() local52 RTC_GetDateTime(RTC, &get_datetime); in swm_get_rtc_time_stamp()54 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()55 tm_new.tm_min = get_datetime.Minute; in swm_get_rtc_time_stamp()56 tm_new.tm_hour = get_datetime.Hour; in swm_get_rtc_time_stamp()57 tm_new.tm_mday = get_datetime.Date; in swm_get_rtc_time_stamp()58 tm_new.tm_mon = get_datetime.Month - 1; in swm_get_rtc_time_stamp()59 tm_new.tm_year = get_datetime.Year - 1900; in swm_get_rtc_time_stamp()
48 RTC_DateTime get_datetime = {0}; in swm_get_rtc_time_stamp() local51 RTC_GetDateTime(RTC, &get_datetime); in swm_get_rtc_time_stamp()53 tm_new.tm_sec = get_datetime.Second; in swm_get_rtc_time_stamp()54 tm_new.tm_min = get_datetime.Minute; in swm_get_rtc_time_stamp()55 tm_new.tm_hour = get_datetime.Hour; in swm_get_rtc_time_stamp()56 tm_new.tm_mday = get_datetime.Date; in swm_get_rtc_time_stamp()57 tm_new.tm_mon = get_datetime.Month - 1; in swm_get_rtc_time_stamp()58 tm_new.tm_year = get_datetime.Year - 1900; in swm_get_rtc_time_stamp()
Completed in 5 milliseconds