Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_xmc4xxx.c38 const struct tm *stdtime; in rtc_xmc4xxx_set_time() local
46 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() local
62 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() local
129 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() local
147 XMC_RTC_GetAlarmStdFormat(stdtime); in rtc_xmc4xxx_alarm_get_time()