Type Alias rp2040_pac::uart0::uartcr::TXE_R
source · pub type TXE_R = BitReader;
Expand description
Field TXE
reader - Transmit enable. If this bit is set to 1, the transmit section of the UART is enabled. Data transmission occurs for either UART signals, or SIR signals depending on the setting of the SIREN bit. When the UART is disabled in the middle of transmission, it completes the current character before stopping.
Aliased Type§
struct TXE_R { /* private fields */ }