pub struct SYSCTRL { /* private fields */ }
Expand description
System Control
Implementations
sourceimpl SYSCTRL
impl SYSCTRL
sourcepub const PTR: *const RegisterBlock = {0x40000800 as *const sysctrl::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40000800 as *const sysctrl::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
sourceimpl Deref for SYSCTRL
impl Deref for SYSCTRL
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for SYSCTRL
Auto Trait Implementations
impl RefUnwindSafe for SYSCTRL
impl !Sync for SYSCTRL
impl Unpin for SYSCTRL
impl UnwindSafe for SYSCTRL
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