#[repr(u8)]pub enum TraceclkselSel {
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
Trace divided clock.
ENUM_0X1 = 1
FRO 1MHz clock.
ENUM_0X2 = 2
Oscillator 32 kHz 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 TraceclkselSel
impl Clone for TraceclkselSel
Source§fn clone(&self) -> TraceclkselSel
fn clone(&self) -> TraceclkselSel
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 TraceclkselSel
impl Debug for TraceclkselSel
Source§impl From<TraceclkselSel> for u8
impl From<TraceclkselSel> for u8
Source§fn from(val: TraceclkselSel) -> u8
fn from(val: TraceclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TraceclkselSel
impl From<u8> for TraceclkselSel
Source§fn from(val: u8) -> TraceclkselSel
fn from(val: u8) -> TraceclkselSel
Converts to this type from the input type.
Source§impl Ord for TraceclkselSel
impl Ord for TraceclkselSel
Source§fn cmp(&self, other: &TraceclkselSel) -> Ordering
fn cmp(&self, other: &TraceclkselSel) -> 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 TraceclkselSel
impl PartialEq for TraceclkselSel
Source§impl PartialOrd for TraceclkselSel
impl PartialOrd for TraceclkselSel
impl Copy for TraceclkselSel
impl Eq for TraceclkselSel
impl StructuralPartialEq for TraceclkselSel
Auto Trait Implementations§
impl Freeze for TraceclkselSel
impl RefUnwindSafe for TraceclkselSel
impl Send for TraceclkselSel
impl Sync for TraceclkselSel
impl Unpin for TraceclkselSel
impl UnwindSafe for TraceclkselSel
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