Enum zinc_hal_lpc11xx::ioregs::UART_acr_autorestart [] [src]

pub enum UART_acr_autorestart {
    NoRestart,
    RestartOnTimeout,
}

Variants

NoRestart

No restart

RestartOnTimeout

Restart in case of time-out (counter restarts at next UART Rx falling edge)

Trait Implementations

Derived Implementations

impl PartialEq for UART_acr_autorestart

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

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