Struct M2ier
#[repr(transparent)]pub struct M2ier(pub u32);Expand description
RAMCFG memory 2 interrupt enable register.
Tuple Fields§
§0: u32Implementations§
§impl M2ier
impl M2ier
pub const fn eccnmi(&self) -> bool
pub const fn eccnmi(&self) -> bool
Double error NMI This bit is set by software and cleared only by a global RAMCFG reset. Note: if ECCNMI is set, the RAMCFG maskable interrupt is not generated whatever DEIE bit value.
pub fn set_eccnmi(&mut self, val: bool)
pub fn set_eccnmi(&mut self, val: bool)
Double error NMI This bit is set by software and cleared only by a global RAMCFG reset. Note: if ECCNMI is set, the RAMCFG maskable interrupt is not generated whatever DEIE bit value.
Trait Implementations§
impl Copy for M2ier
impl Eq for M2ier
impl StructuralPartialEq for M2ier
Auto Trait Implementations§
impl Freeze for M2ier
impl RefUnwindSafe for M2ier
impl Send for M2ier
impl Sync for M2ier
impl Unpin for M2ier
impl UnwindSafe for M2ier
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