pub struct W(_);Expand description
Register HCINT6 writer
Implementations
sourceimpl W
impl W
sourcepub fn h_xfercompl6(&mut self) -> H_XFERCOMPL6_W<'_, 0>
pub fn h_xfercompl6(&mut self) -> H_XFERCOMPL6_W<'_, 0>
Bit 0
sourcepub fn h_chhltd6(&mut self) -> H_CHHLTD6_W<'_, 1>
pub fn h_chhltd6(&mut self) -> H_CHHLTD6_W<'_, 1>
Bit 1
sourcepub fn h_ahberr6(&mut self) -> H_AHBERR6_W<'_, 2>
pub fn h_ahberr6(&mut self) -> H_AHBERR6_W<'_, 2>
Bit 2
sourcepub fn h_stall6(&mut self) -> H_STALL6_W<'_, 3>
pub fn h_stall6(&mut self) -> H_STALL6_W<'_, 3>
Bit 3
sourcepub fn h_xacterr6(&mut self) -> H_XACTERR6_W<'_, 7>
pub fn h_xacterr6(&mut self) -> H_XACTERR6_W<'_, 7>
Bit 7
sourcepub fn h_bblerr6(&mut self) -> H_BBLERR6_W<'_, 8>
pub fn h_bblerr6(&mut self) -> H_BBLERR6_W<'_, 8>
Bit 8
sourcepub fn h_frmovrun6(&mut self) -> H_FRMOVRUN6_W<'_, 9>
pub fn h_frmovrun6(&mut self) -> H_FRMOVRUN6_W<'_, 9>
Bit 9
sourcepub fn h_datatglerr6(&mut self) -> H_DATATGLERR6_W<'_, 10>
pub fn h_datatglerr6(&mut self) -> H_DATATGLERR6_W<'_, 10>
Bit 10
sourcepub fn h_bnaintr6(&mut self) -> H_BNAINTR6_W<'_, 11>
pub fn h_bnaintr6(&mut self) -> H_BNAINTR6_W<'_, 11>
Bit 11
sourcepub fn h_xcs_xact_err6(&mut self) -> H_XCS_XACT_ERR6_W<'_, 12>
pub fn h_xcs_xact_err6(&mut self) -> H_XCS_XACT_ERR6_W<'_, 12>
Bit 12
sourcepub fn h_desc_lst_rollintr6(&mut self) -> H_DESC_LST_ROLLINTR6_W<'_, 13>
pub fn h_desc_lst_rollintr6(&mut self) -> H_DESC_LST_ROLLINTR6_W<'_, 13>
Bit 13
Methods from Deref<Target = W<HCINT6_SPEC>>
Trait Implementations
sourceimpl From<W<HCINT6_SPEC>> for W
impl From<W<HCINT6_SPEC>> for W
sourcefn from(writer: W<HCINT6_SPEC>) -> Self
fn from(writer: W<HCINT6_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