Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h53 void boot_serial_check_start(const struct boot_uart_funcs *f, int timeout_in_ms);
/mcuboot-latest/boot/zephyr/
Dmain.c549 boot_serial_check_start(&boot_funcs,timeout_in_ms);
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1591 boot_serial_check_start(const struct boot_uart_funcs *f, int timeout_in_ms) in boot_serial_check_start() function