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