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