Type Definition lpc81x_pac::lpc810::spi0::cfg::CPHA_W

source ·
pub type CPHA_W<'a, const O: u8> = BitWriter<'a, u32, CFG_SPEC, CPHA_A, O>;
Expand description

Field CPHA writer - Clock Phase select.

Implementations§

Change. The SPI captures serial data on the first clock transition of the transfer (when the clock changes away from the rest state). Data is changed on the following edge.

Capture. The SPI changes serial data on the first clock transition of the transfer (when the clock changes away from the rest state). Data is captured on the following edge.