Enum lpc177x_8x::uart1::lcr::BCW[][src]

pub enum BCW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field BC

Variants

Disable break transmission.

Enable break transmission. Output pin UART1 TXD is forced to logic 0 when LCR[6] is active high.

Auto Trait Implementations

impl Send for BCW

impl Sync for BCW