pub struct W(_);
Expand description
Register HCINT0
writer
Implementations
sourceimpl W
impl W
sourcepub fn h_xfercompl0(&mut self) -> H_XFERCOMPL0_W<'_, 0>
pub fn h_xfercompl0(&mut self) -> H_XFERCOMPL0_W<'_, 0>
Bit 0
sourcepub fn h_chhltd0(&mut self) -> H_CHHLTD0_W<'_, 1>
pub fn h_chhltd0(&mut self) -> H_CHHLTD0_W<'_, 1>
Bit 1
sourcepub fn h_ahberr0(&mut self) -> H_AHBERR0_W<'_, 2>
pub fn h_ahberr0(&mut self) -> H_AHBERR0_W<'_, 2>
Bit 2
sourcepub fn h_stall0(&mut self) -> H_STALL0_W<'_, 3>
pub fn h_stall0(&mut self) -> H_STALL0_W<'_, 3>
Bit 3
sourcepub fn h_xacterr0(&mut self) -> H_XACTERR0_W<'_, 7>
pub fn h_xacterr0(&mut self) -> H_XACTERR0_W<'_, 7>
Bit 7
sourcepub fn h_bblerr0(&mut self) -> H_BBLERR0_W<'_, 8>
pub fn h_bblerr0(&mut self) -> H_BBLERR0_W<'_, 8>
Bit 8
sourcepub fn h_frmovrun0(&mut self) -> H_FRMOVRUN0_W<'_, 9>
pub fn h_frmovrun0(&mut self) -> H_FRMOVRUN0_W<'_, 9>
Bit 9
sourcepub fn h_datatglerr0(&mut self) -> H_DATATGLERR0_W<'_, 10>
pub fn h_datatglerr0(&mut self) -> H_DATATGLERR0_W<'_, 10>
Bit 10
sourcepub fn h_bnaintr0(&mut self) -> H_BNAINTR0_W<'_, 11>
pub fn h_bnaintr0(&mut self) -> H_BNAINTR0_W<'_, 11>
Bit 11
sourcepub fn h_xcs_xact_err0(&mut self) -> H_XCS_XACT_ERR0_W<'_, 12>
pub fn h_xcs_xact_err0(&mut self) -> H_XCS_XACT_ERR0_W<'_, 12>
Bit 12
sourcepub fn h_desc_lst_rollintr0(&mut self) -> H_DESC_LST_ROLLINTR0_W<'_, 13>
pub fn h_desc_lst_rollintr0(&mut self) -> H_DESC_LST_ROLLINTR0_W<'_, 13>
Bit 13
Methods from Deref<Target = W<HCINT0_SPEC>>
Trait Implementations
sourceimpl From<W<HCINT0_SPEC>> for W
impl From<W<HCINT0_SPEC>> for W
sourcefn from(writer: W<HCINT0_SPEC>) -> Self
fn from(writer: W<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