#[repr(transparent)]pub struct Sm0inten(pub u16);Expand description
Interrupt Enable Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm0inten
impl Sm0inten
Sourcepub const fn cmpie(&self) -> Sm0intenCmpie
pub const fn cmpie(&self) -> Sm0intenCmpie
Compare Interrupt Enables
Sourcepub const fn set_cmpie(&mut self, val: Sm0intenCmpie)
pub const fn set_cmpie(&mut self, val: Sm0intenCmpie)
Compare Interrupt Enables
Trait Implementations§
impl Copy for Sm0inten
impl Eq for Sm0inten
impl StructuralPartialEq for Sm0inten
Auto Trait Implementations§
impl Freeze for Sm0inten
impl RefUnwindSafe for Sm0inten
impl Send for Sm0inten
impl Sync for Sm0inten
impl Unpin for Sm0inten
impl UnwindSafe for Sm0inten
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