Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py620 def wait_fw_entered(dsp, timeout_s): argument
747 def debug_slot_offset_by_type(the_type, timeout_s=0.2): argument
/Zephyr-latest/drivers/watchdog/
Dwdt_wwdg_stm32.c139 float timeout_s = (float)timeout / USEC_PER_SEC; in wwdg_stm32_convert_timeout() local
/Zephyr-latest/subsys/modem/
Dmodem_chat.c1076 void modem_chat_script_set_timeout(struct modem_chat_script *script, uint32_t timeout_s) in modem_chat_script_set_timeout()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c52 int32_t timeout_s = shell_strtol(argv[1], 0, &err); in cmd_timeout() local