pub struct W(_);
Expand description
Register HCCHAR2
writer
Implementations
sourceimpl W
impl W
sourcepub fn h_epnum2(&mut self) -> H_EPNUM2_W<'_, 11>
pub fn h_epnum2(&mut self) -> H_EPNUM2_W<'_, 11>
Bits 11:14
sourcepub fn h_epdir2(&mut self) -> H_EPDIR2_W<'_, 15>
pub fn h_epdir2(&mut self) -> H_EPDIR2_W<'_, 15>
Bit 15
sourcepub fn h_lspddev2(&mut self) -> H_LSPDDEV2_W<'_, 17>
pub fn h_lspddev2(&mut self) -> H_LSPDDEV2_W<'_, 17>
Bit 17
sourcepub fn h_eptype2(&mut self) -> H_EPTYPE2_W<'_, 18>
pub fn h_eptype2(&mut self) -> H_EPTYPE2_W<'_, 18>
Bits 18:19
sourcepub fn h_devaddr2(&mut self) -> H_DEVADDR2_W<'_, 22>
pub fn h_devaddr2(&mut self) -> H_DEVADDR2_W<'_, 22>
Bits 22:28
sourcepub fn h_oddfrm2(&mut self) -> H_ODDFRM2_W<'_, 29>
pub fn h_oddfrm2(&mut self) -> H_ODDFRM2_W<'_, 29>
Bit 29
sourcepub fn h_chdis2(&mut self) -> H_CHDIS2_W<'_, 30>
pub fn h_chdis2(&mut self) -> H_CHDIS2_W<'_, 30>
Bit 30
sourcepub fn h_chena2(&mut self) -> H_CHENA2_W<'_, 31>
pub fn h_chena2(&mut self) -> H_CHENA2_W<'_, 31>
Bit 31
Methods from Deref<Target = W<HCCHAR2_SPEC>>
Trait Implementations
sourceimpl From<W<HCCHAR2_SPEC>> for W
impl From<W<HCCHAR2_SPEC>> for W
sourcefn from(writer: W<HCCHAR2_SPEC>) -> Self
fn from(writer: W<HCCHAR2_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