Struct nrf52840_pac::qspi::ifconfig0::W
source · pub struct W(/* private fields */);
Expand description
Register IFCONFIG0
writer
Implementations§
source§impl W
impl W
sourcepub fn readoc(&mut self) -> READOC_W<'_, 0>
pub fn readoc(&mut self) -> READOC_W<'_, 0>
Bits 0:2 - Configure number of data lines and opcode used for reading.
sourcepub fn writeoc(&mut self) -> WRITEOC_W<'_, 3>
pub fn writeoc(&mut self) -> WRITEOC_W<'_, 3>
Bits 3:5 - Configure number of data lines and opcode used for writing.
sourcepub fn addrmode(&mut self) -> ADDRMODE_W<'_, 6>
pub fn addrmode(&mut self) -> ADDRMODE_W<'_, 6>
Bit 6 - Addressing mode.
sourcepub fn dpmenable(&mut self) -> DPMENABLE_W<'_, 7>
pub fn dpmenable(&mut self) -> DPMENABLE_W<'_, 7>
Bit 7 - Enable deep power-down mode (DPM) feature.
Methods from Deref<Target = W<IFCONFIG0_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