Enum lpc177x_8x::uart1::ier::ABEOIEW[][src]

pub enum ABEOIEW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field ABEOIE

Variants

Disable end of auto-baud Interrupt.

Enable end of auto-baud Interrupt.

Auto Trait Implementations

impl Send for ABEOIEW

impl Sync for ABEOIEW