pub struct R(_);Expand description
Register HCCHAR5 reader
Implementations§
source§impl R
impl R
sourcepub fn h_epnum5(&self) -> H_EPNUM5_R
pub fn h_epnum5(&self) -> H_EPNUM5_R
Bits 11:14
sourcepub fn h_epdir5(&self) -> H_EPDIR5_R
pub fn h_epdir5(&self) -> H_EPDIR5_R
Bit 15
sourcepub fn h_lspddev5(&self) -> H_LSPDDEV5_R
pub fn h_lspddev5(&self) -> H_LSPDDEV5_R
Bit 17
sourcepub fn h_eptype5(&self) -> H_EPTYPE5_R
pub fn h_eptype5(&self) -> H_EPTYPE5_R
Bits 18:19
sourcepub fn h_devaddr5(&self) -> H_DEVADDR5_R
pub fn h_devaddr5(&self) -> H_DEVADDR5_R
Bits 22:28
sourcepub fn h_oddfrm5(&self) -> H_ODDFRM5_R
pub fn h_oddfrm5(&self) -> H_ODDFRM5_R
Bit 29
sourcepub fn h_chdis5(&self) -> H_CHDIS5_R
pub fn h_chdis5(&self) -> H_CHDIS5_R
Bit 30
sourcepub fn h_chena5(&self) -> H_CHENA5_R
pub fn h_chena5(&self) -> H_CHENA5_R
Bit 31
Methods from Deref<Target = R<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