Struct nrf52840_pac::qspi::ifconfig0::R
source · pub struct R(/* private fields */);
Expand description
Register IFCONFIG0
reader
Implementations§
source§impl R
impl R
sourcepub fn readoc(&self) -> READOC_R
pub fn readoc(&self) -> READOC_R
Bits 0:2 - Configure number of data lines and opcode used for reading.
sourcepub fn writeoc(&self) -> WRITEOC_R
pub fn writeoc(&self) -> WRITEOC_R
Bits 3:5 - Configure number of data lines and opcode used for writing.
sourcepub fn addrmode(&self) -> ADDRMODE_R
pub fn addrmode(&self) -> ADDRMODE_R
Bit 6 - Addressing mode.
sourcepub fn dpmenable(&self) -> DPMENABLE_R
pub fn dpmenable(&self) -> DPMENABLE_R
Bit 7 - Enable deep power-down mode (DPM) feature.
Methods from Deref<Target = R<IFCONFIG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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