pub struct R(_);
Expand description
Register HCCHAR6
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_epnum6(&self) -> H_EPNUM6_R
pub fn h_epnum6(&self) -> H_EPNUM6_R
Bits 11:14
sourcepub fn h_epdir6(&self) -> H_EPDIR6_R
pub fn h_epdir6(&self) -> H_EPDIR6_R
Bit 15
sourcepub fn h_lspddev6(&self) -> H_LSPDDEV6_R
pub fn h_lspddev6(&self) -> H_LSPDDEV6_R
Bit 17
sourcepub fn h_eptype6(&self) -> H_EPTYPE6_R
pub fn h_eptype6(&self) -> H_EPTYPE6_R
Bits 18:19
sourcepub fn h_devaddr6(&self) -> H_DEVADDR6_R
pub fn h_devaddr6(&self) -> H_DEVADDR6_R
Bits 22:28
sourcepub fn h_oddfrm6(&self) -> H_ODDFRM6_R
pub fn h_oddfrm6(&self) -> H_ODDFRM6_R
Bit 29
sourcepub fn h_chdis6(&self) -> H_CHDIS6_R
pub fn h_chdis6(&self) -> H_CHDIS6_R
Bit 30
sourcepub fn h_chena6(&self) -> H_CHENA6_R
pub fn h_chena6(&self) -> H_CHENA6_R
Bit 31
Methods from Deref<Target = R<HCCHAR6_SPEC>>
Trait Implementations
sourceimpl From<R<HCCHAR6_SPEC>> for R
impl From<R<HCCHAR6_SPEC>> for R
sourcefn from(reader: R<HCCHAR6_SPEC>) -> Self
fn from(reader: R<HCCHAR6_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