mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
This commit is contained in:
parent
9f85f25640
commit
b3bf690d0a
@ -312,6 +312,9 @@ static inline bool uart_is_readable(uart_inst_t *uart) {
|
||||
* \ingroup hardware_uart
|
||||
*
|
||||
* This function will block until all the data has been sent to the UART transmit buffer
|
||||
* hardware. Note: Serial data transmission will continue until the Tx FIFO and
|
||||
* the transmit shift register (not programmer-accessible) are empty.
|
||||
* To ensure the UART FIFO has been emptied, you can use \ref uart_tx_wait_blocking()
|
||||
*
|
||||
* \param uart UART instance. \ref uart0 or \ref uart1
|
||||
* \param src The bytes to send
|
||||
|
Loading…
x
Reference in New Issue
Block a user