#[repr(transparent)]pub struct Intenclr(pub u32);Expand description
Clears interrupts
Tuple Fields§
§0: u32Implementations§
Source§impl Intenclr
impl Intenclr
Sourcepub const fn done(&self) -> IntenclrDone
pub const fn done(&self) -> IntenclrDone
Written to clear an interrupt set with INTENSET.
Sourcepub const fn set_done(&mut self, val: IntenclrDone)
pub const fn set_done(&mut self, val: IntenclrDone)
Written to clear an interrupt set with INTENSET.
Trait Implementations§
impl Copy for Intenclr
impl Eq for Intenclr
impl StructuralPartialEq for Intenclr
Auto Trait Implementations§
impl Freeze for Intenclr
impl RefUnwindSafe for Intenclr
impl Send for Intenclr
impl Sync for Intenclr
impl Unpin for Intenclr
impl UnwindSafe for Intenclr
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