Enum lpc177x_8x::uart1::mcr::CTSENW[][src]

pub enum CTSENW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field CTSEN

Variants

Disable auto-cts flow control.

Enable auto-cts flow control.

Auto Trait Implementations

impl Send for CTSENW

impl Sync for CTSENW