pub struct R(_);
Expand description
Register HCINT2
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_xfercompl2(&self) -> H_XFERCOMPL2_R
pub fn h_xfercompl2(&self) -> H_XFERCOMPL2_R
Bit 0
sourcepub fn h_chhltd2(&self) -> H_CHHLTD2_R
pub fn h_chhltd2(&self) -> H_CHHLTD2_R
Bit 1
sourcepub fn h_ahberr2(&self) -> H_AHBERR2_R
pub fn h_ahberr2(&self) -> H_AHBERR2_R
Bit 2
sourcepub fn h_stall2(&self) -> H_STALL2_R
pub fn h_stall2(&self) -> H_STALL2_R
Bit 3
sourcepub fn h_xacterr2(&self) -> H_XACTERR2_R
pub fn h_xacterr2(&self) -> H_XACTERR2_R
Bit 7
sourcepub fn h_bblerr2(&self) -> H_BBLERR2_R
pub fn h_bblerr2(&self) -> H_BBLERR2_R
Bit 8
sourcepub fn h_frmovrun2(&self) -> H_FRMOVRUN2_R
pub fn h_frmovrun2(&self) -> H_FRMOVRUN2_R
Bit 9
sourcepub fn h_datatglerr2(&self) -> H_DATATGLERR2_R
pub fn h_datatglerr2(&self) -> H_DATATGLERR2_R
Bit 10
sourcepub fn h_bnaintr2(&self) -> H_BNAINTR2_R
pub fn h_bnaintr2(&self) -> H_BNAINTR2_R
Bit 11
sourcepub fn h_xcs_xact_err2(&self) -> H_XCS_XACT_ERR2_R
pub fn h_xcs_xact_err2(&self) -> H_XCS_XACT_ERR2_R
Bit 12
sourcepub fn h_desc_lst_rollintr2(&self) -> H_DESC_LST_ROLLINTR2_R
pub fn h_desc_lst_rollintr2(&self) -> H_DESC_LST_ROLLINTR2_R
Bit 13
Methods from Deref<Target = R<HCINT2_SPEC>>
Trait Implementations
sourceimpl From<R<HCINT2_SPEC>> for R
impl From<R<HCINT2_SPEC>> for R
sourcefn from(reader: R<HCINT2_SPEC>) -> Self
fn from(reader: R<HCINT2_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