Enum zinc_hal_lpc11xx::ioregs::SPI0_cr0_cpol [] [src]

pub enum SPI0_cr0_cpol {
    Low,
    High,
}

Variants

Low

SPI controller maintains the bus clock low between frames.

High

SPI controller maintains the bus clock high between frames.

Trait Implementations

Derived Implementations

impl PartialEq for SPI0_cr0_cpol

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

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