pub struct W(_);Expand description
Register HCCHAR1 writer
Implementations§
source§impl W
impl W
sourcepub fn h_epnum1(&mut self) -> H_EPNUM1_W<'_, 11>
pub fn h_epnum1(&mut self) -> H_EPNUM1_W<'_, 11>
Bits 11:14
sourcepub fn h_epdir1(&mut self) -> H_EPDIR1_W<'_, 15>
pub fn h_epdir1(&mut self) -> H_EPDIR1_W<'_, 15>
Bit 15
sourcepub fn h_lspddev1(&mut self) -> H_LSPDDEV1_W<'_, 17>
pub fn h_lspddev1(&mut self) -> H_LSPDDEV1_W<'_, 17>
Bit 17
sourcepub fn h_eptype1(&mut self) -> H_EPTYPE1_W<'_, 18>
pub fn h_eptype1(&mut self) -> H_EPTYPE1_W<'_, 18>
Bits 18:19
sourcepub fn h_devaddr1(&mut self) -> H_DEVADDR1_W<'_, 22>
pub fn h_devaddr1(&mut self) -> H_DEVADDR1_W<'_, 22>
Bits 22:28
sourcepub fn h_oddfrm1(&mut self) -> H_ODDFRM1_W<'_, 29>
pub fn h_oddfrm1(&mut self) -> H_ODDFRM1_W<'_, 29>
Bit 29
sourcepub fn h_chdis1(&mut self) -> H_CHDIS1_W<'_, 30>
pub fn h_chdis1(&mut self) -> H_CHDIS1_W<'_, 30>
Bit 30
sourcepub fn h_chena1(&mut self) -> H_CHENA1_W<'_, 31>
pub fn h_chena1(&mut self) -> H_CHENA1_W<'_, 31>
Bit 31
Methods from Deref<Target = W<HCCHAR1_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