Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/
Dserial_adapter.c62 static sys_slist_t lines_queue; variable
122 sys_slist_init(&lines_queue); in boot_console_init()
168 sys_slist_append(&lines_queue, &cmd->node); in boot_uart_fifo_callback()
190 node = sys_slist_get(&lines_queue); in boot_uart_fifo_getline()