#[repr(u8)]pub enum Systickclksel1Sel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
}Variants§
ENUM_0X0 = 0
SYSTICKCLKDIV1 output
ENUM_0X1 = 1
Clk 1 MHz clock
ENUM_0X2 = 2
LP Oscillator clock
ENUM_0X3 = 3
No clock
ENUM_0X4 = 4
No clock
ENUM_0X5 = 5
No clock
ENUM_0X6 = 6
No clock
ENUM_0X7 = 7
No clock
Implementations§
Trait Implementations§
Source§impl Clone for Systickclksel1Sel
impl Clone for Systickclksel1Sel
Source§fn clone(&self) -> Systickclksel1Sel
fn clone(&self) -> Systickclksel1Sel
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 Systickclksel1Sel
impl Debug for Systickclksel1Sel
Source§impl From<Systickclksel1Sel> for u8
impl From<Systickclksel1Sel> for u8
Source§fn from(val: Systickclksel1Sel) -> u8
fn from(val: Systickclksel1Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Systickclksel1Sel
impl From<u8> for Systickclksel1Sel
Source§fn from(val: u8) -> Systickclksel1Sel
fn from(val: u8) -> Systickclksel1Sel
Converts to this type from the input type.
Source§impl Ord for Systickclksel1Sel
impl Ord for Systickclksel1Sel
Source§fn cmp(&self, other: &Systickclksel1Sel) -> Ordering
fn cmp(&self, other: &Systickclksel1Sel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Systickclksel1Sel
impl PartialEq for Systickclksel1Sel
Source§impl PartialOrd for Systickclksel1Sel
impl PartialOrd for Systickclksel1Sel
impl Copy for Systickclksel1Sel
impl Eq for Systickclksel1Sel
impl StructuralPartialEq for Systickclksel1Sel
Auto Trait Implementations§
impl Freeze for Systickclksel1Sel
impl RefUnwindSafe for Systickclksel1Sel
impl Send for Systickclksel1Sel
impl Sync for Systickclksel1Sel
impl Unpin for Systickclksel1Sel
impl UnwindSafe for Systickclksel1Sel
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