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

pub enum SBSW {
    _1_STOP_BIT,
    _2_STOP_BITS,
}

Values that can be written to the field SBS

Variants

1 stop bit.

2 stop bits (1.5 if LCR[1:0]=00).

Auto Trait Implementations

impl Send for SBSW

impl Sync for SBSW