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