Struct stm32_hal2::pac::RAMECC2
source · [−]pub struct RAMECC2 { /* private fields */ }
Expand description
RAM ECC monitoring
Implementations
sourceimpl RAMECC2
impl RAMECC2
sourcepub const PTR: *const RegisterBlock = {0x48023000 as *const stm32h7::stm32h743v::ramecc1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x48023000 as *const stm32h7::stm32h743v::ramecc1::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RAMECC2
impl !Sync for RAMECC2
impl Unpin for RAMECC2
impl UnwindSafe for RAMECC2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more