Struct nrf52840_pac::qspi::ifconfig1::W
source · pub struct W(/* private fields */);
Expand description
Register IFCONFIG1
writer
Implementations§
source§impl W
impl W
sourcepub fn sckdelay(&mut self) -> SCKDELAY_W<'_, 0>
pub fn sckdelay(&mut self) -> SCKDELAY_W<'_, 0>
Bits 0:7 - Minimum amount of time that the CSN pin must stay high before it can go low again. Value is specified in number of 16 MHz periods (62.5 ns).
sourcepub fn dpmen(&mut self) -> DPMEN_W<'_, 24>
pub fn dpmen(&mut self) -> DPMEN_W<'_, 24>
Bit 24 - Enter/exit deep power-down mode (DPM) for external flash memory.
Methods from Deref<Target = W<IFCONFIG1_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