pub struct R(_);
Expand description
Register HCINTMSK6
reader
Implementations
sourceimpl R
impl R
sourcepub fn h_xfercomplmsk6(&self) -> H_XFERCOMPLMSK6_R
pub fn h_xfercomplmsk6(&self) -> H_XFERCOMPLMSK6_R
Bit 0
sourcepub fn h_chhltdmsk6(&self) -> H_CHHLTDMSK6_R
pub fn h_chhltdmsk6(&self) -> H_CHHLTDMSK6_R
Bit 1
sourcepub fn h_ahberrmsk6(&self) -> H_AHBERRMSK6_R
pub fn h_ahberrmsk6(&self) -> H_AHBERRMSK6_R
Bit 2
sourcepub fn h_stallmsk6(&self) -> H_STALLMSK6_R
pub fn h_stallmsk6(&self) -> H_STALLMSK6_R
Bit 3
sourcepub fn h_nakmsk6(&self) -> H_NAKMSK6_R
pub fn h_nakmsk6(&self) -> H_NAKMSK6_R
Bit 4
sourcepub fn h_ackmsk6(&self) -> H_ACKMSK6_R
pub fn h_ackmsk6(&self) -> H_ACKMSK6_R
Bit 5
sourcepub fn h_nyetmsk6(&self) -> H_NYETMSK6_R
pub fn h_nyetmsk6(&self) -> H_NYETMSK6_R
Bit 6
sourcepub fn h_xacterrmsk6(&self) -> H_XACTERRMSK6_R
pub fn h_xacterrmsk6(&self) -> H_XACTERRMSK6_R
Bit 7
sourcepub fn h_bblerrmsk6(&self) -> H_BBLERRMSK6_R
pub fn h_bblerrmsk6(&self) -> H_BBLERRMSK6_R
Bit 8
sourcepub fn h_frmovrunmsk6(&self) -> H_FRMOVRUNMSK6_R
pub fn h_frmovrunmsk6(&self) -> H_FRMOVRUNMSK6_R
Bit 9
sourcepub fn h_datatglerrmsk6(&self) -> H_DATATGLERRMSK6_R
pub fn h_datatglerrmsk6(&self) -> H_DATATGLERRMSK6_R
Bit 10
sourcepub fn h_bnaintrmsk6(&self) -> H_BNAINTRMSK6_R
pub fn h_bnaintrmsk6(&self) -> H_BNAINTRMSK6_R
Bit 11
sourcepub fn h_desc_lst_rollintrmsk6(&self) -> H_DESC_LST_ROLLINTRMSK6_R
pub fn h_desc_lst_rollintrmsk6(&self) -> H_DESC_LST_ROLLINTRMSK6_R
Bit 13
Methods from Deref<Target = R<HCINTMSK6_SPEC>>
Trait Implementations
sourceimpl From<R<HCINTMSK6_SPEC>> for R
impl From<R<HCINTMSK6_SPEC>> for R
sourcefn from(reader: R<HCINTMSK6_SPEC>) -> Self
fn from(reader: R<HCINTMSK6_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