pub struct R(_);Expand description
Register HCCHAR2 reader
Implementations§
source§impl R
impl R
sourcepub fn h_epnum2(&self) -> H_EPNUM2_R
pub fn h_epnum2(&self) -> H_EPNUM2_R
Bits 11:14
sourcepub fn h_epdir2(&self) -> H_EPDIR2_R
pub fn h_epdir2(&self) -> H_EPDIR2_R
Bit 15
sourcepub fn h_lspddev2(&self) -> H_LSPDDEV2_R
pub fn h_lspddev2(&self) -> H_LSPDDEV2_R
Bit 17
sourcepub fn h_eptype2(&self) -> H_EPTYPE2_R
pub fn h_eptype2(&self) -> H_EPTYPE2_R
Bits 18:19
sourcepub fn h_devaddr2(&self) -> H_DEVADDR2_R
pub fn h_devaddr2(&self) -> H_DEVADDR2_R
Bits 22:28
sourcepub fn h_oddfrm2(&self) -> H_ODDFRM2_R
pub fn h_oddfrm2(&self) -> H_ODDFRM2_R
Bit 29
sourcepub fn h_chdis2(&self) -> H_CHDIS2_R
pub fn h_chdis2(&self) -> H_CHDIS2_R
Bit 30
sourcepub fn h_chena2(&self) -> H_CHENA2_R
pub fn h_chena2(&self) -> H_CHENA2_R
Bit 31
Methods from Deref<Target = R<HCCHAR2_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