pub struct R(/* private fields */);
Expand description
Register DAINTMSK
reader
Implementations§
Source§impl R
impl R
Sourcepub fn inepmsk0(&self) -> INEPMSK0_R
pub fn inepmsk0(&self) -> INEPMSK0_R
Bit 0 - IN Endpoint 0 Interrupt mask Bit
Sourcepub fn inepmsk1(&self) -> INEPMSK1_R
pub fn inepmsk1(&self) -> INEPMSK1_R
Bit 1 - IN Endpoint 1 Interrupt mask Bit
Sourcepub fn inepmsk2(&self) -> INEPMSK2_R
pub fn inepmsk2(&self) -> INEPMSK2_R
Bit 2 - IN Endpoint 2 Interrupt mask Bit
Sourcepub fn inepmsk3(&self) -> INEPMSK3_R
pub fn inepmsk3(&self) -> INEPMSK3_R
Bit 3 - IN Endpoint 3 Interrupt mask Bit
Sourcepub fn outepmsk0(&self) -> OUTEPMSK0_R
pub fn outepmsk0(&self) -> OUTEPMSK0_R
Bit 16 - OUT Endpoint 0 Interrupt mask Bit
Sourcepub fn outepmsk1(&self) -> OUTEPMSK1_R
pub fn outepmsk1(&self) -> OUTEPMSK1_R
Bit 17 - OUT Endpoint 1 Interrupt mask Bit
Sourcepub fn outepmsk2(&self) -> OUTEPMSK2_R
pub fn outepmsk2(&self) -> OUTEPMSK2_R
Bit 18 - OUT Endpoint 2 Interrupt mask Bit
Sourcepub fn outepmsk3(&self) -> OUTEPMSK3_R
pub fn outepmsk3(&self) -> OUTEPMSK3_R
Bit 19 - OUT Endpoint 3 Interrupt mask Bit
Methods from Deref<Target = R<DAINTMSK_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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