Struct riot_sys::SysTick_Type
source · #[repr(C)]pub struct SysTick_Type {
pub CTRL: u32,
pub LOAD: u32,
pub VAL: u32,
pub CALIB: u32,
}
Fields§
§CTRL: u32
§LOAD: u32
§VAL: u32
§CALIB: u32
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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SysTick_Type
impl Debug for SysTick_Type
source§impl Default for SysTick_Type
impl Default for SysTick_Type
source§fn default() -> SysTick_Type
fn default() -> SysTick_Type
Returns the “default value” for a type. Read more
impl Copy for SysTick_Type
Auto Trait Implementations§
impl RefUnwindSafe for SysTick_Type
impl Send for SysTick_Type
impl Sync for SysTick_Type
impl Unpin 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