We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f85f25 commit b3bf690Copy full SHA for b3bf690
src/rp2_common/hardware_uart/include/hardware/uart.h
@@ -312,6 +312,9 @@ static inline bool uart_is_readable(uart_inst_t *uart) {
312
* \ingroup hardware_uart
313
*
314
* This function will block until all the data has been sent to the UART transmit buffer
315
+ * hardware. Note: Serial data transmission will continue until the Tx FIFO and
316
+ * the transmit shift register (not programmer-accessible) are empty.
317
+ * To ensure the UART FIFO has been emptied, you can use \ref uart_tx_wait_blocking()
318
319
* \param uart UART instance. \ref uart0 or \ref uart1
320
* \param src The bytes to send
0 commit comments