Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/rtc/
Drtc_shell.c41 static const char *consume_date(const char *s, struct tm *tm_time) in consume_date()
79 static const char *consume_time(const char *s, struct tm *tm_time) in consume_time()
117 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime()
166 struct tm *tm_time = rtc_time_to_tm(&rtctime); in cmd_set() local