Enum zinc_hal_lpc11xx::ioregs::SPI0_cr0_cpha [] [src]

pub enum SPI0_cr0_cpha {
    FirstClock,
    SecondClock,
}

Variants

FirstClock

SPI controller captures serial data on the first clock transition of the frame, that is, the transition away from the inter-frame state of the clock line.

SecondClock

SPI controller captures serial data on the second clock transition of the frame, that is, the transition back to the inter-frame state of the clock line.

Trait Implementations

Derived Implementations

impl PartialEq for SPI0_cr0_cpha

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

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