pub struct R(_);
Expand description
Register HCINT1
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_xfercompl1(&self) -> H_XFERCOMPL1_R
pub fn h_xfercompl1(&self) -> H_XFERCOMPL1_R
Bit 0
sourcepub fn h_chhltd1(&self) -> H_CHHLTD1_R
pub fn h_chhltd1(&self) -> H_CHHLTD1_R
Bit 1
sourcepub fn h_ahberr1(&self) -> H_AHBERR1_R
pub fn h_ahberr1(&self) -> H_AHBERR1_R
Bit 2
sourcepub fn h_stall1(&self) -> H_STALL1_R
pub fn h_stall1(&self) -> H_STALL1_R
Bit 3
sourcepub fn h_xacterr1(&self) -> H_XACTERR1_R
pub fn h_xacterr1(&self) -> H_XACTERR1_R
Bit 7
sourcepub fn h_bblerr1(&self) -> H_BBLERR1_R
pub fn h_bblerr1(&self) -> H_BBLERR1_R
Bit 8
sourcepub fn h_frmovrun1(&self) -> H_FRMOVRUN1_R
pub fn h_frmovrun1(&self) -> H_FRMOVRUN1_R
Bit 9
sourcepub fn h_datatglerr1(&self) -> H_DATATGLERR1_R
pub fn h_datatglerr1(&self) -> H_DATATGLERR1_R
Bit 10
sourcepub fn h_bnaintr1(&self) -> H_BNAINTR1_R
pub fn h_bnaintr1(&self) -> H_BNAINTR1_R
Bit 11
sourcepub fn h_xcs_xact_err1(&self) -> H_XCS_XACT_ERR1_R
pub fn h_xcs_xact_err1(&self) -> H_XCS_XACT_ERR1_R
Bit 12
sourcepub fn h_desc_lst_rollintr1(&self) -> H_DESC_LST_ROLLINTR1_R
pub fn h_desc_lst_rollintr1(&self) -> H_DESC_LST_ROLLINTR1_R
Bit 13
Methods from Deref<Target = R<HCINT1_SPEC>>
Trait Implementations
sourceimpl From<R<HCINT1_SPEC>> for R
impl From<R<HCINT1_SPEC>> for R
sourcefn from(reader: R<HCINT1_SPEC>) -> Self
fn from(reader: R<HCINT1_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