Struct nrf52840_pac::qspi::iftiming::W
source · pub struct W(/* private fields */);
Expand description
Register IFTIMING
writer
Implementations§
source§impl W
impl W
sourcepub fn rxdelay(&mut self) -> RXDELAY_W<'_, 8>
pub fn rxdelay(&mut self) -> RXDELAY_W<'_, 8>
Bits 8:10 - 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.
Methods from Deref<Target = W<IFTIMING_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more