Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Duart.c34 atomic_t tx_finished; member
98 atomic_set(&(ot_uart.tx_finished), 1); in uart_tx_handle()
151 if (ot_uart.tx_finished) { in platformUartProcess()
154 ot_uart.tx_finished = 0; in platformUartProcess()
241 atomic_set(&(ot_uart.tx_finished), 1); in otPlatUartFlush()