Searched refs:stdtime (Results 1 – 1 of 1) sorted by relevance
38 const struct tm *stdtime; in rtc_xmc4xxx_set_time() local46 stdtime = rtc_time_to_tm((struct rtc_time *)timeptr); in rtc_xmc4xxx_set_time()47 XMC_RTC_SetTimeStdFormat(stdtime); in rtc_xmc4xxx_set_time()56 struct tm *stdtime = rtc_time_to_tm(timeptr); in rtc_xmc4xxx_get_time() local62 if (stdtime == NULL) { in rtc_xmc4xxx_get_time()66 XMC_RTC_GetTimeStdFormat(stdtime); in rtc_xmc4xxx_get_time()113 const struct tm *stdtime = rtc_time_to_tm((struct rtc_time *)timeptr); in rtc_xmc4xxx_alarm_set_time() local129 XMC_RTC_SetAlarmStdFormat(stdtime); in rtc_xmc4xxx_alarm_set_time()139 struct tm *stdtime = rtc_time_to_tm(timeptr); in rtc_xmc4xxx_alarm_get_time() local147 XMC_RTC_GetAlarmStdFormat(stdtime); in rtc_xmc4xxx_alarm_get_time()