pub struct RAMECC1 { /* private fields */ }
Expand description
RAM ECC monitoring
Implementations§
§impl RAMECC1
impl RAMECC1
pub const PTR: *const RegisterBlock = {0x52009000 as *const stm32h7xx_hal::stm32::ramecc1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x52009000 as *const stm32h7xx_hal::stm32::ramecc1::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RAMECC1
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