Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/test/src/
Dboot_test.c70 boot_uf = &test_uart; in boot_serial_test()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_priv.h87 extern const struct boot_uart_funcs *boot_uf;
Dboot_serial.c148 const struct boot_uart_funcs *boot_uf; variable
1264 boot_uf->write(pkt_start, sizeof(pkt_start)); in boot_serial_output()
1266 boot_uf->write(pkt_cont, sizeof(pkt_cont)); in boot_serial_output()
1270 boot_uf->write(&encoded_buf[out], len); in boot_serial_output()
1274 boot_uf->write("\n", 1); in boot_serial_output()
1357 boot_uf = f; in boot_serial_read_console()