pub struct W(_);
Expand description
Register HCTSIZ5
writer
Implementations§
source§impl W
impl W
sourcepub fn h_xfersize5(&mut self) -> H_XFERSIZE5_W<'_, 0>
pub fn h_xfersize5(&mut self) -> H_XFERSIZE5_W<'_, 0>
Bits 0:18
sourcepub fn h_pktcnt5(&mut self) -> H_PKTCNT5_W<'_, 19>
pub fn h_pktcnt5(&mut self) -> H_PKTCNT5_W<'_, 19>
Bits 19:28
sourcepub fn h_dopng5(&mut self) -> H_DOPNG5_W<'_, 31>
pub fn h_dopng5(&mut self) -> H_DOPNG5_W<'_, 31>
Bit 31
Methods from Deref<Target = W<HCTSIZ5_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