pub struct R(_);Expand description
Register HCCHAR7 reader
Implementations
sourceimpl R
impl R
sourcepub fn h_epnum7(&self) -> H_EPNUM7_R
pub fn h_epnum7(&self) -> H_EPNUM7_R
Bits 11:14
sourcepub fn h_epdir7(&self) -> H_EPDIR7_R
pub fn h_epdir7(&self) -> H_EPDIR7_R
Bit 15
sourcepub fn h_lspddev7(&self) -> H_LSPDDEV7_R
pub fn h_lspddev7(&self) -> H_LSPDDEV7_R
Bit 17
sourcepub fn h_eptype7(&self) -> H_EPTYPE7_R
pub fn h_eptype7(&self) -> H_EPTYPE7_R
Bits 18:19
sourcepub fn h_devaddr7(&self) -> H_DEVADDR7_R
pub fn h_devaddr7(&self) -> H_DEVADDR7_R
Bits 22:28
sourcepub fn h_oddfrm7(&self) -> H_ODDFRM7_R
pub fn h_oddfrm7(&self) -> H_ODDFRM7_R
Bit 29
sourcepub fn h_chdis7(&self) -> H_CHDIS7_R
pub fn h_chdis7(&self) -> H_CHDIS7_R
Bit 30
sourcepub fn h_chena7(&self) -> H_CHENA7_R
pub fn h_chena7(&self) -> H_CHENA7_R
Bit 31
Methods from Deref<Target = R<HCCHAR7_SPEC>>
Trait Implementations
sourceimpl From<R<HCCHAR7_SPEC>> for R
impl From<R<HCCHAR7_SPEC>> for R
sourcefn from(reader: R<HCCHAR7_SPEC>) -> Self
fn from(reader: R<HCCHAR7_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