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. |