Home
last modified time | relevance | path

Searched full:timeout (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/boot/cypress/libs/watchdog/
Dwatchdog.h40 * The specified timeout must be at least 1ms and at most the WDT's maximum timeout (see cy_wdg_get_…
75 /** Get the WDT timeout
82 /** Gets the maximum WDT timeout in milliseconds
84 * @return The maximum timeout for the WDT
Dwatchdog.c47 /** Maximum WDT timeout in milliseconds */
55 …uint16_t round_threshold_ms; // Timeout threshold in milliseconds from which to round up to the mi…
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h50 * the given timeout. If a command is received within this timeout, the
/mcuboot-latest/boot/nuttx/src/watchdog/
Dwatchdog.c43 * Reset the watchdog timer to the current timeout value, preventing any
82 * Initialize the watchdog timer by setting the trigger timeout and
110 BOOT_LOG_ERR("Failed to set timeout in watchdog device: %d", errcode); in mcuboot_watchdog_init()
/mcuboot-latest/boot/mynewt/src/
Dmain.c106 * before the UART listen timeout expired.
117 /* Calculate the timeout duration in OS cputime ticks. */ in serial_detect_uart_string()
149 /* Abort the listen on timeout. */ in serial_detect_uart_string()
/mcuboot-latest/samples/zephyr/
Drun-tests.go144 // Read lines, and if we hit a timeout before seeing our
159 fmt.Fprintf(lg, "timeout, didn't receive output\n")
160 return fmt.Errorf("timeout, didn't receive expected string: %q", exp)
/mcuboot-latest/boot/nuttx/include/watchdog/
Dwatchdog.h31 * Reset the watchdog timer to the current timeout value, preventing any
52 * Initialize the watchdog timer by setting the trigger timeout and
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery163 int "Duration to wait for the serial DFU timeout in ms"
167 Timeout in ms for MCUboot to wait to allow for DFU to be invoked.
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml58 detected during the timeout period, the serial boot loader is
/mcuboot-latest/docs/
Dreadme-nuttx.md12 …hdog timer indicated by `CONFIG_MCUBOOT_WATCHDOG_DEVPATH` to the current timeout value, preventing…
Ddesign.md1403 - Detach from target after a timeout reached.
/mcuboot-latest/boot/nuttx/include/mcuboot_config/
Dmcuboot_config.h196 # define CONFIG_MCUBOOT_WATCHDOG_TIMEOUT 10000 /* Watchdog timeout in ms */
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1363 * Don't enter CPU idle state here if timeout based serial recovery is in boot_serial_read_console()
1430 * Task which waits reading console for a certain amount of timeout.
1431 * If within this timeout no mcumgr command is received, the function is