pub struct Sram { /* private fields */ }Implementations§
Source§impl Sram
impl Sram
Sourcepub const fn sramprcr_s(&self) -> &'static Reg<SramprcrS_SPEC, RW>
pub const fn sramprcr_s(&self) -> &'static Reg<SramprcrS_SPEC, RW>
SRAM Protection Control Register for Secure
Sourcepub const fn sramwtsc(&self) -> &'static Reg<Sramwtsc_SPEC, RW>
pub const fn sramwtsc(&self) -> &'static Reg<Sramwtsc_SPEC, RW>
SRAM Wait State Control Register
Trait Implementations§
impl Copy for Sram
impl Eq for Sram
impl Send for Sram
SRAM Control
impl StructuralPartialEq for Sram
impl Sync for Sram
Auto Trait Implementations§
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