#[repr(transparent)]pub struct Daint(pub u32);Expand description
Device All Endpoints Interrupt Register
Tuple Fields§
§0: u32Implementations§
Source§impl Daint
impl Daint
Sourcepub const fn set_inepint0(&mut self, val: bool)
pub const fn set_inepint0(&mut self, val: bool)
IN Endpoint 0 Interrupt Bit
Sourcepub const fn set_inepint1(&mut self, val: bool)
pub const fn set_inepint1(&mut self, val: bool)
IN Endpoint 1 Interrupt Bit
Sourcepub const fn set_inepint2(&mut self, val: bool)
pub const fn set_inepint2(&mut self, val: bool)
IN Endpoint 2 Interrupt Bit
Sourcepub const fn set_inepint3(&mut self, val: bool)
pub const fn set_inepint3(&mut self, val: bool)
IN Endpoint 3 Interrupt Bit
Sourcepub const fn set_inepint4(&mut self, val: bool)
pub const fn set_inepint4(&mut self, val: bool)
IN Endpoint 4 Interrupt Bit
Sourcepub const fn set_inepint5(&mut self, val: bool)
pub const fn set_inepint5(&mut self, val: bool)
IN Endpoint 5 Interrupt Bit
Sourcepub const fn set_inepint6(&mut self, val: bool)
pub const fn set_inepint6(&mut self, val: bool)
IN Endpoint 6 Interrupt Bit
Sourcepub const fn set_inepint7(&mut self, val: bool)
pub const fn set_inepint7(&mut self, val: bool)
IN Endpoint 7 Interrupt Bit
Sourcepub const fn set_inepint8(&mut self, val: bool)
pub const fn set_inepint8(&mut self, val: bool)
IN Endpoint 8 Interrupt Bit
Sourcepub const fn set_inepint9(&mut self, val: bool)
pub const fn set_inepint9(&mut self, val: bool)
IN Endpoint 9 Interrupt Bit
Sourcepub const fn set_inepint10(&mut self, val: bool)
pub const fn set_inepint10(&mut self, val: bool)
IN Endpoint 10 Interrupt Bit
Sourcepub const fn set_inepint11(&mut self, val: bool)
pub const fn set_inepint11(&mut self, val: bool)
IN Endpoint 11 Interrupt Bit
Sourcepub const fn set_outepint0(&mut self, val: bool)
pub const fn set_outepint0(&mut self, val: bool)
OUT Endpoint 0 Interrupt Bit
Sourcepub const fn set_outepint1(&mut self, val: bool)
pub const fn set_outepint1(&mut self, val: bool)
OUT Endpoint 1 Interrupt Bit
Sourcepub const fn set_outepint2(&mut self, val: bool)
pub const fn set_outepint2(&mut self, val: bool)
OUT Endpoint 2 Interrupt Bit
Sourcepub const fn set_outepint3(&mut self, val: bool)
pub const fn set_outepint3(&mut self, val: bool)
OUT Endpoint 3 Interrupt Bit
Sourcepub const fn set_outepint4(&mut self, val: bool)
pub const fn set_outepint4(&mut self, val: bool)
OUT Endpoint 4 Interrupt Bit
Sourcepub const fn set_outepint5(&mut self, val: bool)
pub const fn set_outepint5(&mut self, val: bool)
OUT Endpoint 5 Interrupt Bit
Sourcepub const fn outepint12(&self) -> bool
pub const fn outepint12(&self) -> bool
OUT Endpoint 12 Interrupt Bit
Sourcepub const fn set_outepint12(&mut self, val: bool)
pub const fn set_outepint12(&mut self, val: bool)
OUT Endpoint 12 Interrupt Bit
Sourcepub const fn outepint13(&self) -> bool
pub const fn outepint13(&self) -> bool
OUT Endpoint 13 Interrupt Bit
Sourcepub const fn set_outepint13(&mut self, val: bool)
pub const fn set_outepint13(&mut self, val: bool)
OUT Endpoint 13 Interrupt Bit
Sourcepub const fn outepint14(&self) -> bool
pub const fn outepint14(&self) -> bool
OUT Endpoint 14 Interrupt Bit
Sourcepub const fn set_outepint14(&mut self, val: bool)
pub const fn set_outepint14(&mut self, val: bool)
OUT Endpoint 14 Interrupt Bit
Sourcepub const fn outepint15(&self) -> bool
pub const fn outepint15(&self) -> bool
OUT Endpoint 15 Interrupt Bit
Sourcepub const fn set_outepint15(&mut self, val: bool)
pub const fn set_outepint15(&mut self, val: bool)
OUT Endpoint 15 Interrupt Bit
Trait Implementations§
impl Copy for Daint
impl Eq for Daint
impl StructuralPartialEq for Daint
Auto Trait Implementations§
impl Freeze for Daint
impl RefUnwindSafe for Daint
impl Send for Daint
impl Sync for Daint
impl Unpin for Daint
impl UnwindSafe for Daint
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
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)
clone_to_uninit)