Type Alias nrf52840_pac::qspi::iftiming::RXDELAY_W
source · pub type RXDELAY_W<'a, const O: u8> = FieldWriter<'a, u32, IFTIMING_SPEC, u8, u8, 3, O>;
Expand description
Field RXDELAY
writer - Timing related to sampling of the input serial data. The value of RXDELAY specifies the number of 64 MHz cycles (15.625 ns) delay from the the rising edge of the SPI Clock (SCK) until the input serial data is sampled. As en example, if set to 0 the input serial data is sampled on the rising edge of SCK.
Aliased Type§
struct RXDELAY_W<'a, const O: u8> { /* private fields */ }