Enum zinc_hal_lpc11xx::ioregs::UART_lcr_sbs [] [src]

pub enum UART_lcr_sbs {
    StopBitIs1,
    StopBitIs2,
}

Variants

StopBitIs1

1 stop bit.

StopBitIs2

2 stop bits (1.5 if LCR[1:0]=00).

Trait Implementations

Derived Implementations

impl PartialEq for UART_lcr_sbs

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

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