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