pub struct W(_);
Expand description
Register HCINT7
writer
Implementations
sourceimpl W
impl W
sourcepub fn h_xfercompl7(&mut self) -> H_XFERCOMPL7_W<'_, 0>
pub fn h_xfercompl7(&mut self) -> H_XFERCOMPL7_W<'_, 0>
Bit 0
sourcepub fn h_chhltd7(&mut self) -> H_CHHLTD7_W<'_, 1>
pub fn h_chhltd7(&mut self) -> H_CHHLTD7_W<'_, 1>
Bit 1
sourcepub fn h_ahberr7(&mut self) -> H_AHBERR7_W<'_, 2>
pub fn h_ahberr7(&mut self) -> H_AHBERR7_W<'_, 2>
Bit 2
sourcepub fn h_stall7(&mut self) -> H_STALL7_W<'_, 3>
pub fn h_stall7(&mut self) -> H_STALL7_W<'_, 3>
Bit 3
sourcepub fn h_xacterr7(&mut self) -> H_XACTERR7_W<'_, 7>
pub fn h_xacterr7(&mut self) -> H_XACTERR7_W<'_, 7>
Bit 7
sourcepub fn h_bblerr7(&mut self) -> H_BBLERR7_W<'_, 8>
pub fn h_bblerr7(&mut self) -> H_BBLERR7_W<'_, 8>
Bit 8
sourcepub fn h_frmovrun7(&mut self) -> H_FRMOVRUN7_W<'_, 9>
pub fn h_frmovrun7(&mut self) -> H_FRMOVRUN7_W<'_, 9>
Bit 9
sourcepub fn h_datatglerr7(&mut self) -> H_DATATGLERR7_W<'_, 10>
pub fn h_datatglerr7(&mut self) -> H_DATATGLERR7_W<'_, 10>
Bit 10
sourcepub fn h_bnaintr7(&mut self) -> H_BNAINTR7_W<'_, 11>
pub fn h_bnaintr7(&mut self) -> H_BNAINTR7_W<'_, 11>
Bit 11
sourcepub fn h_xcs_xact_err7(&mut self) -> H_XCS_XACT_ERR7_W<'_, 12>
pub fn h_xcs_xact_err7(&mut self) -> H_XCS_XACT_ERR7_W<'_, 12>
Bit 12
sourcepub fn h_desc_lst_rollintr7(&mut self) -> H_DESC_LST_ROLLINTR7_W<'_, 13>
pub fn h_desc_lst_rollintr7(&mut self) -> H_DESC_LST_ROLLINTR7_W<'_, 13>
Bit 13
Methods from Deref<Target = W<HCINT7_SPEC>>
Trait Implementations
sourceimpl From<W<HCINT7_SPEC>> for W
impl From<W<HCINT7_SPEC>> for W
sourcefn from(writer: W<HCINT7_SPEC>) -> Self
fn from(writer: W<HCINT7_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