Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/modules/
Ddate_service.c87 static int get_h_m_s(const struct shell *sh, struct tm *t, char *time_str) in get_h_m_s() function
157 ret = get_h_m_s(sh, &tm, argv[2]); in cmd_date_set()
163 ret = get_h_m_s(sh, &tm, argv[1]); in cmd_date_set()