Struct stm32_hal2::pac::RAMECC3
source · [−]pub struct RAMECC3 { /* private fields */ }Expand description
ECC controller is associated to each RAM area
Implementations
sourceimpl RAMECC3
impl RAMECC3
sourcepub const PTR: *const RegisterBlock = {0x58027000 as *const stm32h7::stm32h735::ramecc3::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x58027000 as *const stm32h7::stm32h735::ramecc3::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 RAMECC3
impl !Sync for RAMECC3
impl Unpin for RAMECC3
impl UnwindSafe for RAMECC3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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