pub struct W(_);
Expand description
Register HCTSIZ0
writer
Implementations
sourceimpl W
impl W
sourcepub fn h_xfersize0(&mut self) -> H_XFERSIZE0_W<'_, 0>
pub fn h_xfersize0(&mut self) -> H_XFERSIZE0_W<'_, 0>
Bits 0:18
sourcepub fn h_pktcnt0(&mut self) -> H_PKTCNT0_W<'_, 19>
pub fn h_pktcnt0(&mut self) -> H_PKTCNT0_W<'_, 19>
Bits 19:28
sourcepub fn h_dopng0(&mut self) -> H_DOPNG0_W<'_, 31>
pub fn h_dopng0(&mut self) -> H_DOPNG0_W<'_, 31>
Bit 31
Methods from Deref<Target = W<HCTSIZ0_SPEC>>
Trait Implementations
sourceimpl From<W<HCTSIZ0_SPEC>> for W
impl From<W<HCTSIZ0_SPEC>> for W
sourcefn from(writer: W<HCTSIZ0_SPEC>) -> Self
fn from(writer: W<HCTSIZ0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more