Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_shell.c37 uint8_t timeout_max; member
45 .timeout_max = 4,
102 int timeout_max; in cmd_timeout() local
124 timeout_max = parse_named_int(argv[args_indx.timeout_max], NULL, 0); in cmd_timeout()
125 if (timeout_max < 0) { in cmd_timeout()
126 shell_error(sh, "Unable to convert '%s' to integer", argv[args_indx.timeout_max]); in cmd_timeout()
131 cfg.window.max = timeout_max; in cmd_timeout()