Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1506 int max_input; in boot_serial_read_console() local
1514 max_input = sizeof(in_buf); in boot_serial_read_console()
1542 if (off == max_input) { in boot_serial_read_console()
1553 rc = boot_serial_in_dec(&in_buf[2], off - 2, dec_buf, &dec_off, max_input); in boot_serial_read_console()
1556 rc = boot_serial_in_dec(&in_buf[2], off - 2, dec_buf, &dec_off, max_input); in boot_serial_read_console()