Type Alias nrf52840_hal::pac::spim0::iftiming::rxdelay::RXDELAY_W

source ·
pub type RXDELAY_W<'a, const O: u8> = FieldWriterRaw<'a, u32, RXDELAY_SPEC, u8, u8, Unsafe, 3, O>;
Expand description

Field RXDELAY writer - Sample delay for input serial data on MISO. The value specifies the number of 64 MHz clock cycles (15.625 ns) delay from the the sampling edge of SCK (leading edge for CONFIG.CPHA = 0, trailing edge for CONFIG.CPHA = 1) until the input serial data is sampled. As en example, if RXDELAY = 0 and CONFIG.CPHA = 0, the input serial data is sampled on the rising edge of SCK.

Aliased Type§

struct RXDELAY_W<'a, const O: u8> { /* private fields */ }