Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Duart.c49 static uint16_t write_length; variable
91 if (write_length) { in uart_tx_handle()
92 len = uart_fifo_fill(dev, write_buffer, write_length); in uart_tx_handle()
94 write_length -= len; in uart_tx_handle()
198 write_length = aBufLength; in otPlatUartSend()
218 if (write_length) { in otPlatUartFlush()
219 for (size_t i = 0; i < write_length; i++) { in otPlatUartFlush()

Completed in 9 milliseconds