Struct nrf52840_pac::qspi::cinstrconf::W
source · pub struct W(/* private fields */);
Expand description
Register CINSTRCONF
writer
Implementations§
source§impl W
impl W
sourcepub fn length(&mut self) -> LENGTH_W<'_, 8>
pub fn length(&mut self) -> LENGTH_W<'_, 8>
Bits 8:11 - Length of custom instruction in number of bytes.
sourcepub fn lio2(&mut self) -> LIO2_W<'_, 12>
pub fn lio2(&mut self) -> LIO2_W<'_, 12>
Bit 12 - Level of the IO2 pin (if connected) during transmission of custom instruction.
sourcepub fn lio3(&mut self) -> LIO3_W<'_, 13>
pub fn lio3(&mut self) -> LIO3_W<'_, 13>
Bit 13 - Level of the IO3 pin (if connected) during transmission of custom instruction.
sourcepub fn wipwait(&mut self) -> WIPWAIT_W<'_, 14>
pub fn wipwait(&mut self) -> WIPWAIT_W<'_, 14>
Bit 14 - Wait for write complete before sending command.
sourcepub fn wren(&mut self) -> WREN_W<'_, 15>
pub fn wren(&mut self) -> WREN_W<'_, 15>
Bit 15 - Send WREN (write enable opcode 0x06) before instruction.
Methods from Deref<Target = W<CINSTRCONF_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