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