pub struct W(_);
Expand description
Register HCINTMSK0
writer
Implementations§
source§impl W
impl W
sourcepub fn h_xfercomplmsk0(&mut self) -> H_XFERCOMPLMSK0_W<'_, 0>
pub fn h_xfercomplmsk0(&mut self) -> H_XFERCOMPLMSK0_W<'_, 0>
Bit 0
sourcepub fn h_chhltdmsk0(&mut self) -> H_CHHLTDMSK0_W<'_, 1>
pub fn h_chhltdmsk0(&mut self) -> H_CHHLTDMSK0_W<'_, 1>
Bit 1
sourcepub fn h_ahberrmsk0(&mut self) -> H_AHBERRMSK0_W<'_, 2>
pub fn h_ahberrmsk0(&mut self) -> H_AHBERRMSK0_W<'_, 2>
Bit 2
sourcepub fn h_stallmsk0(&mut self) -> H_STALLMSK0_W<'_, 3>
pub fn h_stallmsk0(&mut self) -> H_STALLMSK0_W<'_, 3>
Bit 3
sourcepub fn h_nakmsk0(&mut self) -> H_NAKMSK0_W<'_, 4>
pub fn h_nakmsk0(&mut self) -> H_NAKMSK0_W<'_, 4>
Bit 4
sourcepub fn h_ackmsk0(&mut self) -> H_ACKMSK0_W<'_, 5>
pub fn h_ackmsk0(&mut self) -> H_ACKMSK0_W<'_, 5>
Bit 5
sourcepub fn h_nyetmsk0(&mut self) -> H_NYETMSK0_W<'_, 6>
pub fn h_nyetmsk0(&mut self) -> H_NYETMSK0_W<'_, 6>
Bit 6
sourcepub fn h_xacterrmsk0(&mut self) -> H_XACTERRMSK0_W<'_, 7>
pub fn h_xacterrmsk0(&mut self) -> H_XACTERRMSK0_W<'_, 7>
Bit 7
sourcepub fn h_bblerrmsk0(&mut self) -> H_BBLERRMSK0_W<'_, 8>
pub fn h_bblerrmsk0(&mut self) -> H_BBLERRMSK0_W<'_, 8>
Bit 8
sourcepub fn h_frmovrunmsk0(&mut self) -> H_FRMOVRUNMSK0_W<'_, 9>
pub fn h_frmovrunmsk0(&mut self) -> H_FRMOVRUNMSK0_W<'_, 9>
Bit 9
sourcepub fn h_datatglerrmsk0(&mut self) -> H_DATATGLERRMSK0_W<'_, 10>
pub fn h_datatglerrmsk0(&mut self) -> H_DATATGLERRMSK0_W<'_, 10>
Bit 10
sourcepub fn h_bnaintrmsk0(&mut self) -> H_BNAINTRMSK0_W<'_, 11>
pub fn h_bnaintrmsk0(&mut self) -> H_BNAINTRMSK0_W<'_, 11>
Bit 11
sourcepub fn h_desc_lst_rollintrmsk0(&mut self) -> H_DESC_LST_ROLLINTRMSK0_W<'_, 13>
pub fn h_desc_lst_rollintrmsk0(&mut self) -> H_DESC_LST_ROLLINTRMSK0_W<'_, 13>
Bit 13
Methods from Deref<Target = W<HCINTMSK0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more