Searched refs:rtc_time_to_tm (Results 1 – 4 of 4) sorted by relevance
46 stdtime = rtc_time_to_tm((struct rtc_time *)timeptr); in rtc_xmc4xxx_set_time()56 struct tm *stdtime = rtc_time_to_tm(timeptr); in rtc_xmc4xxx_get_time()113 const struct tm *stdtime = rtc_time_to_tm((struct rtc_time *)timeptr); in rtc_xmc4xxx_alarm_set_time()139 struct tm *stdtime = rtc_time_to_tm(timeptr); in rtc_xmc4xxx_alarm_get_time()
162 struct tm *tm_time = rtc_time_to_tm(&rtctime); in cmd_set()
46 datetime = rtc_time_to_tm(&rtc_datetime); in ZTEST()
507 static inline struct tm *rtc_time_to_tm(struct rtc_time *timeptr) in rtc_time_to_tm() function