Struct M2cr
#[repr(transparent)]pub struct M2cr(pub u32);Expand description
RAMCFG SRAM2 control register.
Tuple Fields§
§0: u32Implementations§
§impl M2cr
impl M2cr
pub fn set_sramer(&mut self, val: bool)
pub fn set_sramer(&mut self, val: bool)
SRAM2 erase.
Trait Implementations§
impl Copy for M2cr
impl Eq for M2cr
impl StructuralPartialEq for M2cr
Auto Trait Implementations§
impl Freeze for M2cr
impl RefUnwindSafe for M2cr
impl Send for M2cr
impl Sync for M2cr
impl Unpin for M2cr
impl UnwindSafe for M2cr
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