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