pub struct R(/* private fields */);
Expand description
Register DAINT
reader
Implementations§
Source§impl R
impl R
Sourcepub fn inepint0(&self) -> INEPINT0_R
pub fn inepint0(&self) -> INEPINT0_R
Bit 0 - IN Endpoint 0 Interrupt Bit
Sourcepub fn inepint1(&self) -> INEPINT1_R
pub fn inepint1(&self) -> INEPINT1_R
Bit 1 - IN Endpoint 1 Interrupt Bit
Sourcepub fn inepint2(&self) -> INEPINT2_R
pub fn inepint2(&self) -> INEPINT2_R
Bit 2 - IN Endpoint 2 Interrupt Bit
Sourcepub fn inepint3(&self) -> INEPINT3_R
pub fn inepint3(&self) -> INEPINT3_R
Bit 3 - IN Endpoint 3 Interrupt Bit
Sourcepub fn outepint0(&self) -> OUTEPINT0_R
pub fn outepint0(&self) -> OUTEPINT0_R
Bit 16 - OUT Endpoint 0 Interrupt Bit
Sourcepub fn outepint1(&self) -> OUTEPINT1_R
pub fn outepint1(&self) -> OUTEPINT1_R
Bit 17 - OUT Endpoint 1 Interrupt Bit
Sourcepub fn outepint2(&self) -> OUTEPINT2_R
pub fn outepint2(&self) -> OUTEPINT2_R
Bit 18 - OUT Endpoint 2 Interrupt Bit
Sourcepub fn outepint3(&self) -> OUTEPINT3_R
pub fn outepint3(&self) -> OUTEPINT3_R
Bit 19 - OUT Endpoint 3 Interrupt Bit
Methods from Deref<Target = R<DAINT_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