Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dnrf51_uart.c101 s->pending_tx_byte = false; in uart_transmit()
126 if (!s->pending_tx_byte && s->tx_started) { in uart_write()
128 s->pending_tx_byte = true; in uart_write()
203 s->pending_tx_byte = 0; in nrf51_uart_reset()
283 if (s->pending_tx_byte) { in nrf51_uart_post_load()
301 VMSTATE_BOOL(pending_tx_byte, NRF51UARTState),
/openbmc/qemu/include/hw/char/
H A Dnrf51_uart.h74 bool pending_tx_byte; member