pub struct W(_);
Expand description
Register HCCHAR5
writer
Implementations§
source§impl W
impl W
sourcepub fn h_epnum5(&mut self) -> H_EPNUM5_W<'_, 11>
pub fn h_epnum5(&mut self) -> H_EPNUM5_W<'_, 11>
Bits 11:14
sourcepub fn h_epdir5(&mut self) -> H_EPDIR5_W<'_, 15>
pub fn h_epdir5(&mut self) -> H_EPDIR5_W<'_, 15>
Bit 15
sourcepub fn h_lspddev5(&mut self) -> H_LSPDDEV5_W<'_, 17>
pub fn h_lspddev5(&mut self) -> H_LSPDDEV5_W<'_, 17>
Bit 17
sourcepub fn h_eptype5(&mut self) -> H_EPTYPE5_W<'_, 18>
pub fn h_eptype5(&mut self) -> H_EPTYPE5_W<'_, 18>
Bits 18:19
sourcepub fn h_devaddr5(&mut self) -> H_DEVADDR5_W<'_, 22>
pub fn h_devaddr5(&mut self) -> H_DEVADDR5_W<'_, 22>
Bits 22:28
sourcepub fn h_oddfrm5(&mut self) -> H_ODDFRM5_W<'_, 29>
pub fn h_oddfrm5(&mut self) -> H_ODDFRM5_W<'_, 29>
Bit 29
sourcepub fn h_chdis5(&mut self) -> H_CHDIS5_W<'_, 30>
pub fn h_chdis5(&mut self) -> H_CHDIS5_W<'_, 30>
Bit 30
sourcepub fn h_chena5(&mut self) -> H_CHENA5_W<'_, 31>
pub fn h_chena5(&mut self) -> H_CHENA5_W<'_, 31>
Bit 31
Methods from Deref<Target = W<HCCHAR5_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