Struct M2icr
#[repr(transparent)]pub struct M2icr(pub u32);Expand description
RAMCFG memory 2 interrupt clear register 2.
Tuple Fields§
§0: u32Implementations§
§impl M2icr
impl M2icr
pub const fn csedc(&self) -> bool
pub const fn csedc(&self) -> bool
Clear ECC single error detected and corrected Writing 1 to this flag clears the SEDC bit in the MxISR register. Reading this flag returns the SEDC value.
pub fn set_csedc(&mut self, val: bool)
pub fn set_csedc(&mut self, val: bool)
Clear ECC single error detected and corrected Writing 1 to this flag clears the SEDC bit in the MxISR register. Reading this flag returns the SEDC value.
Trait Implementations§
impl Copy for M2icr
impl Eq for M2icr
impl StructuralPartialEq for M2icr
Auto Trait Implementations§
impl Freeze for M2icr
impl RefUnwindSafe for M2icr
impl Send for M2icr
impl Sync for M2icr
impl Unpin for M2icr
impl UnwindSafe for M2icr
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