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