Struct M3ier
#[repr(transparent)]pub struct M3ier(pub u32);Expand description
RAMCFG memory 3 interrupt enable register.
Tuple Fields§
§0: u32Implementations§
§impl M3ier
impl M3ier
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 M3ier
impl Eq for M3ier
impl StructuralPartialEq for M3ier
Auto Trait Implementations§
impl Freeze for M3ier
impl RefUnwindSafe for M3ier
impl Send for M3ier
impl Sync for M3ier
impl Unpin for M3ier
impl UnwindSafe for M3ier
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