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 */ }