#[repr(transparent)]pub struct Intenclr(pub u32);Expand description
Write 1 to clear interrupts.
Tuple Fields§
§0: u32Implementations§
Source§impl Intenclr
impl Intenclr
Sourcepub const fn set_waiting(&mut self, val: bool)
pub const fn set_waiting(&mut self, val: bool)
Write 1 to clear mask.
Sourcepub const fn set_digest(&mut self, val: bool)
pub const fn set_digest(&mut self, val: bool)
Write 1 to clear mask.
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