Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/comparator/
Dcomparator_shell.c119 const char *timeout_str, in get_timeout_from_str() argument
125 seconds = strtol(timeout_str, &end, 10); in get_timeout_from_str()
129 shell_error(sh, "%s not %s", timeout_str, "valid"); in get_timeout_from_str()
148 const char *timeout_str; in cmd_await_trigger() local
160 timeout_str = argv[2]; in cmd_await_trigger()
161 ret = get_timeout_from_str(sh, timeout_str, &timeout); in cmd_await_trigger()