#[repr(transparent)]pub struct Intmsk(pub u32);Expand description
Description cluster: Host Channel Interrupt Mask Register
Tuple Fields§
§0: u32Implementations§
Source§impl Intmsk
impl Intmsk
pub const fn xfercomplmsk(&self) -> IntmskXfercomplmsk
pub const fn set_xfercomplmsk(&mut self, val: IntmskXfercomplmsk)
pub const fn chhltdmsk(&self) -> Chhltdmsk
pub const fn set_chhltdmsk(&mut self, val: Chhltdmsk)
pub const fn ahberrmsk(&self) -> IntmskAhberrmsk
pub const fn set_ahberrmsk(&mut self, val: IntmskAhberrmsk)
pub const fn stallmsk(&self) -> Stallmsk
pub const fn set_stallmsk(&mut self, val: Stallmsk)
pub const fn nakmsk(&self) -> IntmskNakmsk
pub const fn set_nakmsk(&mut self, val: IntmskNakmsk)
pub const fn ackmsk(&self) -> Ackmsk
pub const fn set_ackmsk(&mut self, val: Ackmsk)
pub const fn nyetmsk(&self) -> IntmskNyetmsk
pub const fn set_nyetmsk(&mut self, val: IntmskNyetmsk)
pub const fn xacterrmsk(&self) -> Xacterrmsk
pub const fn set_xacterrmsk(&mut self, val: Xacterrmsk)
pub const fn bblerrmsk(&self) -> Bblerrmsk
pub const fn set_bblerrmsk(&mut self, val: Bblerrmsk)
pub const fn frmovrunmsk(&self) -> Frmovrunmsk
pub const fn set_frmovrunmsk(&mut self, val: Frmovrunmsk)
pub const fn datatglerrmsk(&self) -> Datatglerrmsk
pub const fn set_datatglerrmsk(&mut self, val: Datatglerrmsk)
Trait Implementations§
impl Copy for Intmsk
impl Eq for Intmsk
impl StructuralPartialEq for Intmsk
Auto Trait Implementations§
impl Freeze for Intmsk
impl RefUnwindSafe for Intmsk
impl Send for Intmsk
impl Sync for Intmsk
impl Unpin for Intmsk
impl UnwindSafe for Intmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)