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