pub struct R(/* private fields */);Expand description
Register HC2_INT reader
Implementations§
Source§impl R
impl R
Sourcepub fn xfercompl(&self) -> XFERCOMPL_R
pub fn xfercompl(&self) -> XFERCOMPL_R
Bit 0 - Transfer Completed
Sourcepub fn frmovrun(&self) -> FRMOVRUN_R
pub fn frmovrun(&self) -> FRMOVRUN_R
Bit 9 - Frame Overrun
Sourcepub fn datatglerr(&self) -> DATATGLERR_R
pub fn datatglerr(&self) -> DATATGLERR_R
Bit 10 - Data Toggle Error
Methods from Deref<Target = R<HC2_INT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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