Home
last modified time | relevance | path

Searched refs:get_datetime (Results 1 – 2 of 2) sorted by relevance

/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_rtc.c49 RTC_DateTime get_datetime = {0}; in swm_get_rtc_time_stamp() local
52 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()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_rtc.c48 RTC_DateTime get_datetime = {0}; in swm_get_rtc_time_stamp() local
51 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