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