Enum zinc_hal_lpc11xx::ioregs::SPI0_cr1_lbm [] [src]

pub enum SPI0_cr1_lbm {
    Normal,
    Loopback,
}

Variants

Normal

During normal operation.

Loopback

Serial input is taken from the serial output (MOSI or MISO) rather than the serial input pin (MISO or MOSI respectively).

Trait Implementations

Derived Implementations

impl PartialEq for SPI0_cr1_lbm

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

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