pub struct R(_);
Expand description
Register HCINTMSK3
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_xfercomplmsk3(&self) -> H_XFERCOMPLMSK3_R
pub fn h_xfercomplmsk3(&self) -> H_XFERCOMPLMSK3_R
Bit 0
sourcepub fn h_chhltdmsk3(&self) -> H_CHHLTDMSK3_R
pub fn h_chhltdmsk3(&self) -> H_CHHLTDMSK3_R
Bit 1
sourcepub fn h_ahberrmsk3(&self) -> H_AHBERRMSK3_R
pub fn h_ahberrmsk3(&self) -> H_AHBERRMSK3_R
Bit 2
sourcepub fn h_stallmsk3(&self) -> H_STALLMSK3_R
pub fn h_stallmsk3(&self) -> H_STALLMSK3_R
Bit 3
sourcepub fn h_nakmsk3(&self) -> H_NAKMSK3_R
pub fn h_nakmsk3(&self) -> H_NAKMSK3_R
Bit 4
sourcepub fn h_ackmsk3(&self) -> H_ACKMSK3_R
pub fn h_ackmsk3(&self) -> H_ACKMSK3_R
Bit 5
sourcepub fn h_nyetmsk3(&self) -> H_NYETMSK3_R
pub fn h_nyetmsk3(&self) -> H_NYETMSK3_R
Bit 6
sourcepub fn h_xacterrmsk3(&self) -> H_XACTERRMSK3_R
pub fn h_xacterrmsk3(&self) -> H_XACTERRMSK3_R
Bit 7
sourcepub fn h_bblerrmsk3(&self) -> H_BBLERRMSK3_R
pub fn h_bblerrmsk3(&self) -> H_BBLERRMSK3_R
Bit 8
sourcepub fn h_frmovrunmsk3(&self) -> H_FRMOVRUNMSK3_R
pub fn h_frmovrunmsk3(&self) -> H_FRMOVRUNMSK3_R
Bit 9
sourcepub fn h_datatglerrmsk3(&self) -> H_DATATGLERRMSK3_R
pub fn h_datatglerrmsk3(&self) -> H_DATATGLERRMSK3_R
Bit 10
sourcepub fn h_bnaintrmsk3(&self) -> H_BNAINTRMSK3_R
pub fn h_bnaintrmsk3(&self) -> H_BNAINTRMSK3_R
Bit 11
sourcepub fn h_desc_lst_rollintrmsk3(&self) -> H_DESC_LST_ROLLINTRMSK3_R
pub fn h_desc_lst_rollintrmsk3(&self) -> H_DESC_LST_ROLLINTRMSK3_R
Bit 13
Methods from Deref<Target = R<HCINTMSK3_SPEC>>
Trait Implementations
sourceimpl From<R<HCINTMSK3_SPEC>> for R
impl From<R<HCINTMSK3_SPEC>> for R
sourcefn from(reader: R<HCINTMSK3_SPEC>) -> Self
fn from(reader: R<HCINTMSK3_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