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 inepint4(&self) -> INEPINT4_R
pub fn inepint4(&self) -> INEPINT4_R
Bit 4 - IN Endpoint 4 Interrupt Bit
Sourcepub fn inepint5(&self) -> INEPINT5_R
pub fn inepint5(&self) -> INEPINT5_R
Bit 5 - IN Endpoint 5 Interrupt Bit
Sourcepub fn inepint6(&self) -> INEPINT6_R
pub fn inepint6(&self) -> INEPINT6_R
Bit 6 - IN Endpoint 6 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
Sourcepub fn outepint4(&self) -> OUTEPINT4_R
pub fn outepint4(&self) -> OUTEPINT4_R
Bit 20 - OUT Endpoint 4 Interrupt Bit
Sourcepub fn outepint5(&self) -> OUTEPINT5_R
pub fn outepint5(&self) -> OUTEPINT5_R
Bit 21 - OUT Endpoint 5 Interrupt Bit
Sourcepub fn outepint6(&self) -> OUTEPINT6_R
pub fn outepint6(&self) -> OUTEPINT6_R
Bit 22 - OUT Endpoint 6 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