pub struct SCB_ACTRL { /* private fields */ }
Expand description
System control block ACTLR
Implementations§
§impl SCB_ACTRL
impl SCB_ACTRL
pub const PTR: *const RegisterBlock = {0xe000e008 as *const stm32h7xx_hal::stm32::scb_actrl::RegisterBlock}
pub const PTR: *const RegisterBlock = {0xe000e008 as *const stm32h7xx_hal::stm32::scb_actrl::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 SCB_ACTRL
impl RefUnwindSafe for SCB_ACTRL
impl !Sync for SCB_ACTRL
impl Unpin for SCB_ACTRL
impl UnwindSafe for SCB_ACTRL
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