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