Type Alias rp2040_pac::uart0::uartfr::BUSY_R

source ·
pub type BUSY_R = BitReader;
Expand description

Field BUSY reader - UART busy. If this bit is set to 1, the UART is busy transmitting data. This bit remains set until the complete byte, including all the stop bits, has been sent from the shift register. This bit is set as soon as the transmit FIFO becomes non-empty, regardless of whether the UART is enabled or not.

Aliased Type§

struct BUSY_R { /* private fields */ }