Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_xmc4xxx.c46 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()
Drtc_shell.c162 struct tm *tm_time = rtc_time_to_tm(&rtctime); in cmd_set()
/Zephyr-latest/tests/drivers/rtc/rtc_api_helpers/src/
Dtest_rtc_time_to_tm.c46 datetime = rtc_time_to_tm(&rtc_datetime); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Drtc.h507 static inline struct tm *rtc_time_to_tm(struct rtc_time *timeptr) in rtc_time_to_tm() function