pub struct R(_);
Expand description
Register HCINT0
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_xfercompl0(&self) -> H_XFERCOMPL0_R
pub fn h_xfercompl0(&self) -> H_XFERCOMPL0_R
Bit 0
sourcepub fn h_chhltd0(&self) -> H_CHHLTD0_R
pub fn h_chhltd0(&self) -> H_CHHLTD0_R
Bit 1
sourcepub fn h_ahberr0(&self) -> H_AHBERR0_R
pub fn h_ahberr0(&self) -> H_AHBERR0_R
Bit 2
sourcepub fn h_stall0(&self) -> H_STALL0_R
pub fn h_stall0(&self) -> H_STALL0_R
Bit 3
sourcepub fn h_xacterr0(&self) -> H_XACTERR0_R
pub fn h_xacterr0(&self) -> H_XACTERR0_R
Bit 7
sourcepub fn h_bblerr0(&self) -> H_BBLERR0_R
pub fn h_bblerr0(&self) -> H_BBLERR0_R
Bit 8
sourcepub fn h_frmovrun0(&self) -> H_FRMOVRUN0_R
pub fn h_frmovrun0(&self) -> H_FRMOVRUN0_R
Bit 9
sourcepub fn h_datatglerr0(&self) -> H_DATATGLERR0_R
pub fn h_datatglerr0(&self) -> H_DATATGLERR0_R
Bit 10
sourcepub fn h_bnaintr0(&self) -> H_BNAINTR0_R
pub fn h_bnaintr0(&self) -> H_BNAINTR0_R
Bit 11
sourcepub fn h_xcs_xact_err0(&self) -> H_XCS_XACT_ERR0_R
pub fn h_xcs_xact_err0(&self) -> H_XCS_XACT_ERR0_R
Bit 12
sourcepub fn h_desc_lst_rollintr0(&self) -> H_DESC_LST_ROLLINTR0_R
pub fn h_desc_lst_rollintr0(&self) -> H_DESC_LST_ROLLINTR0_R
Bit 13
Methods from Deref<Target = R<HCINT0_SPEC>>
Trait Implementations
sourceimpl From<R<HCINT0_SPEC>> for R
impl From<R<HCINT0_SPEC>> for R
sourcefn from(reader: R<HCINT0_SPEC>) -> Self
fn from(reader: R<HCINT0_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