pub struct Sram { /* private fields */ }Implementations§
Source§impl Sram
impl Sram
Sourcepub const fn parioad(&self) -> &'static Reg<Parioad_SPEC, RW>
pub const fn parioad(&self) -> &'static Reg<Parioad_SPEC, RW>
SRAM Parity Error Operation After Detection Register
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
Sourcepub const fn eccmode(&self) -> &'static Reg<Eccmode_SPEC, RW>
pub const fn eccmode(&self) -> &'static Reg<Eccmode_SPEC, RW>
ECC Operating Mode 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