Enum zinc_hal_lpc11xx::ioregs::UART_acr_start [] [src]

pub enum UART_acr_start {
    Stopped,
    Started,
}

Variants

Stopped

Auto-baud stop (auto-baud is not running).

Started

Auto-baud start (auto-baud is running). Auto-baud run bit. This bit is automatically cleared after auto-baud completion.

Trait Implementations

Derived Implementations

impl PartialEq for UART_acr_start

fn eq(&self, __arg_0: &UART_acr_start) -> bool

fn ne(&self, __arg_0: &UART_acr_start) -> bool