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

pub enum DLABW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field DLAB

Variants

Disable access to Divisor Latches.

Enable access to Divisor Latches.

Auto Trait Implementations

impl Send for DLABW

impl Sync for DLABW