Struct stm32_hal2::pac::RAMECC1
source · pub struct RAMECC1 { /* private fields */ }
Expand description
ECC controller is associated to each RAM area
Implementations§
Methods from Deref<Target = RegisterBlock>§
sourcepub fn m4fecr(&self) -> &Reg<M4FECR_SPEC>
pub fn m4fecr(&self) -> &Reg<M4FECR_SPEC>
0x90 - RAMECC monitor x failing ECC error code register
sourcepub fn m4fdrh(&self) -> &Reg<M4FDRH_SPEC>
pub fn m4fdrh(&self) -> &Reg<M4FDRH_SPEC>
0x90 - RAMECC monitor x failing data high register
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RAMECC1
impl !Sync for RAMECC1
impl Unpin for RAMECC1
impl UnwindSafe for RAMECC1
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