pub struct R(_);Expand description
Register HCCHAR3 reader
Implementations§
source§impl R
impl R
sourcepub fn h_epnum3(&self) -> H_EPNUM3_R
pub fn h_epnum3(&self) -> H_EPNUM3_R
Bits 11:14
sourcepub fn h_epdir3(&self) -> H_EPDIR3_R
pub fn h_epdir3(&self) -> H_EPDIR3_R
Bit 15
sourcepub fn h_lspddev3(&self) -> H_LSPDDEV3_R
pub fn h_lspddev3(&self) -> H_LSPDDEV3_R
Bit 17
sourcepub fn h_eptype3(&self) -> H_EPTYPE3_R
pub fn h_eptype3(&self) -> H_EPTYPE3_R
Bits 18:19
sourcepub fn h_devaddr3(&self) -> H_DEVADDR3_R
pub fn h_devaddr3(&self) -> H_DEVADDR3_R
Bits 22:28
sourcepub fn h_oddfrm3(&self) -> H_ODDFRM3_R
pub fn h_oddfrm3(&self) -> H_ODDFRM3_R
Bit 29
sourcepub fn h_chdis3(&self) -> H_CHDIS3_R
pub fn h_chdis3(&self) -> H_CHDIS3_R
Bit 30
sourcepub fn h_chena3(&self) -> H_CHENA3_R
pub fn h_chena3(&self) -> H_CHENA3_R
Bit 31
Methods from Deref<Target = R<HCCHAR3_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