#[repr(C)]pub struct SysTick_Type {
pub CTRL: u32,
pub LOAD: u32,
pub VAL: u32,
pub CALIB: u32,
}Expand description
\brief Structure type to access the System Timer (SysTick).
Fields§
§CTRL: u32< Offset: 0x000 (R/W) SysTick Control and Status Register
LOAD: u32< Offset: 0x004 (R/W) SysTick Reload Value Register
VAL: u32< Offset: 0x008 (R/W) SysTick Current Value Register
CALIB: u32< Offset: 0x00C (R/ ) SysTick Calibration Register
Trait Implementations§
Source§impl Clone for SysTick_Type
impl Clone for SysTick_Type
Source§fn clone(&self) -> SysTick_Type
fn clone(&self) -> SysTick_Type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SysTick_Type
Auto Trait Implementations§
impl Freeze for SysTick_Type
impl RefUnwindSafe for SysTick_Type
impl Send for SysTick_Type
impl Sync for SysTick_Type
impl Unpin for SysTick_Type
impl UnsafeUnpin for SysTick_Type
impl UnwindSafe for SysTick_Type
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