pub struct SYSTICK;Trait Implementations§
Source§impl PeripheralAccess for SYSTICK
impl PeripheralAccess for SYSTICK
const BASE_ADDRESS: u32 = 3_758_153_744u32
type RegisterBlock = SysTick
fn ptr() -> *const Self::RegisterBlock
fn ptr_mut() -> *mut Self::RegisterBlock
Auto Trait Implementations§
impl Freeze for SYSTICK
impl RefUnwindSafe for SYSTICK
impl Send for SYSTICK
impl Sync for SYSTICK
impl Unpin for SYSTICK
impl UnwindSafe for SYSTICK
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