Home
last modified time | relevance | path

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

/drivers/watchdog/
A Dwdt_shell.c33 uint8_t timeout_max; member
41 .timeout_max = 4,
98 int timeout_max; in cmd_timeout() local
120 timeout_max = parse_named_int(argv[args_indx.timeout_max], NULL, 0); in cmd_timeout()
121 if (timeout_max < 0) { in cmd_timeout()
122 shell_error(sh, "Unable to convert '%s' to integer", argv[args_indx.timeout_max]); in cmd_timeout()
127 cfg.window.max = timeout_max; in cmd_timeout()

Completed in 2 milliseconds