Home
last modified time | relevance | path

Searched defs:tm_time (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/rtc/
Drtc_shell.c39 static const char *consume_date(const char *s, struct tm *tm_time) in consume_date()
77 static const char *consume_time(const char *s, struct tm *tm_time) in consume_time()
115 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime()
162 struct tm *tm_time = rtc_time_to_tm(&rtctime); in cmd_set() local