#[repr(transparent)]pub struct Systickclksel1(pub u32);Expand description
CPU1 System Tick Timer Source Select
Tuple Fields§
§0: u32Implementations§
Source§impl Systickclksel1
impl Systickclksel1
Sourcepub const fn sel(&self) -> Systickclksel1Sel
pub const fn sel(&self) -> Systickclksel1Sel
Selects the System Tick Timer for CPU1 source.
Sourcepub const fn set_sel(&mut self, val: Systickclksel1Sel)
pub const fn set_sel(&mut self, val: Systickclksel1Sel)
Selects the System Tick Timer for CPU1 source.
Trait Implementations§
Source§impl Clone for Systickclksel1
impl Clone for Systickclksel1
Source§fn clone(&self) -> Systickclksel1
fn clone(&self) -> Systickclksel1
Returns a duplicate 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 Systickclksel1
impl Debug for Systickclksel1
Source§impl Default for Systickclksel1
impl Default for Systickclksel1
Source§fn default() -> Systickclksel1
fn default() -> Systickclksel1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Systickclksel1
impl PartialEq for Systickclksel1
impl Copy for Systickclksel1
impl Eq for Systickclksel1
impl StructuralPartialEq for Systickclksel1
Auto Trait Implementations§
impl Freeze for Systickclksel1
impl RefUnwindSafe for Systickclksel1
impl Send for Systickclksel1
impl Sync for Systickclksel1
impl Unpin for Systickclksel1
impl UnwindSafe for Systickclksel1
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