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