Searched refs:boot_serial_in_dec (Results 1 – 1 of 1) sorted by relevance
/mcuboot-2.7.6/boot/boot_serial/src/ |
D | boot_serial.c | 547 boot_serial_in_dec(char *in, int inlen, char *out, int *out_off, int maxout) in boot_serial_in_dec() function 634 rc = boot_serial_in_dec(&in_buf[2], off - 2, dec_buf, &dec_off, max_input); in boot_serial_start() 637 rc = boot_serial_in_dec(&in_buf[2], off - 2, dec_buf, &dec_off, max_input); in boot_serial_start()
|