Searched full:timeout (Results 1 – 13 of 13) sorted by relevance
/mcuboot-latest/boot/cypress/libs/watchdog/ |
D | watchdog.h | 40 * 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
|
D | watchdog.c | 47 /** 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/ |
D | boot_serial.h | 50 * the given timeout. If a command is received within this timeout, the
|
/mcuboot-latest/boot/nuttx/src/watchdog/ |
D | watchdog.c | 43 * 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/ |
D | main.c | 106 * 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/ |
D | run-tests.go | 144 // 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/ |
D | watchdog.h | 31 * 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/ |
D | Kconfig.serial_recovery | 163 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/ |
D | syscfg.yml | 58 detected during the timeout period, the serial boot loader is
|
/mcuboot-latest/docs/ |
D | readme-nuttx.md | 12 …hdog timer indicated by `CONFIG_MCUBOOT_WATCHDOG_DEVPATH` to the current timeout value, preventing…
|
D | design.md | 1403 - Detach from target after a timeout reached.
|
/mcuboot-latest/boot/nuttx/include/mcuboot_config/ |
D | mcuboot_config.h | 196 # define CONFIG_MCUBOOT_WATCHDOG_TIMEOUT 10000 /* Watchdog timeout in ms */
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 1363 * 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
|