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