pub struct DBGMCU { /* private fields */ }
Expand description
Debug support
Implementations
impl DBGMCU
impl DBGMCU
pub const PTR: *const RegisterBlock = {0xe0042000 as *const stm32f4xx_hal::pac::dbgmcu::RegisterBlock}
pub const PTR: *const RegisterBlock = {0xe0042000 as *const stm32f4xx_hal::pac::dbgmcu::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
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