rp2040_pac::uart0::uartcr

Type Alias TXE_W

Source
pub type TXE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field TXE writer - 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_W<'a, REG> { /* private fields */ }