Struct nrf52840_pac::spim0::dcxcnt::W
source · pub struct W(/* private fields */);
Expand description
Register DCXCNT
writer
Implementations§
source§impl W
impl W
sourcepub fn dcxcnt(&mut self) -> DCXCNT_W<'_, 0>
pub fn dcxcnt(&mut self) -> DCXCNT_W<'_, 0>
Bits 0:3 - This register specifies the number of command bytes preceding the data bytes. The PSEL.DCX line will be low during transmission of command bytes and high during transmission of data bytes. Value 0xF indicates that all bytes are command bytes.
Methods from Deref<Target = W<DCXCNT_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