#[repr(transparent)]pub struct Diepmsk(pub u32);
Expand description
Device IN endpoint common interrupt mask register
Tuple Fields§
§0: u32
Implementations§
Source§impl Diepmsk
impl Diepmsk
Sourcepub fn set_ittxfemsk(&mut self, val: bool)
pub fn set_ittxfemsk(&mut self, val: bool)
IN token received when TxFIFO empty mask
Sourcepub fn set_inepnmm(&mut self, val: bool)
pub fn set_inepnmm(&mut self, val: bool)
IN token received with EP mismatch mask
Sourcepub fn set_inepnem(&mut self, val: bool)
pub fn set_inepnem(&mut self, val: bool)
IN endpoint NAK effective mask
Trait Implementations§
impl Copy for Diepmsk
impl Eq for Diepmsk
impl StructuralPartialEq for Diepmsk
Auto Trait Implementations§
impl Freeze for Diepmsk
impl RefUnwindSafe for Diepmsk
impl Send for Diepmsk
impl Sync for Diepmsk
impl Unpin for Diepmsk
impl UnwindSafe for Diepmsk
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
)