Type Definition lpc81x_pac::lpc811::usart0::ctl::TXDIS_W

source ·
pub type TXDIS_W<'a, const O: u8> = BitWriter<'a, u32, CTL_SPEC, TXDIS_A, O>;
Expand description

Field TXDIS writer - Transmit Disable.

Implementations§

Not disabled. USART transmitter is not disabled.

Disabled. USART transmitter is disabled after any character currently being transmitted is complete. This feature can be used to facilitate software flow control.