pub struct W(_);
Expand description
Register MISO_DLEN
writer
Implementations§
source§impl W
impl W
sourcepub fn usr_miso_dbitlen(&mut self) -> USR_MISO_DBITLEN_W<'_, 0>
pub fn usr_miso_dbitlen(&mut self) -> USR_MISO_DBITLEN_W<'_, 0>
Bits 0:23 - The length in bits of read-data. The register value shall be (bit_num-1).
Methods from Deref<Target = W<MISO_DLEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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