#[repr(u8)]pub enum TraceClkSel {
TRACE_CLK_SEL_0 = 0,
TRACE_CLK_SEL_1 = 1,
TRACE_CLK_SEL_2 = 2,
TRACE_CLK_SEL_3 = 3,
}Variants§
TRACE_CLK_SEL_0 = 0
derive clock from PLL2
TRACE_CLK_SEL_1 = 1
derive clock from PLL2 PFD2
TRACE_CLK_SEL_2 = 2
derive clock from PLL2 PFD0
TRACE_CLK_SEL_3 = 3
derive clock from PLL2 PFD1
Implementations§
Source§impl TraceClkSel
impl TraceClkSel
Trait Implementations§
Source§impl Clone for TraceClkSel
impl Clone for TraceClkSel
Source§fn clone(&self) -> TraceClkSel
fn clone(&self) -> TraceClkSel
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 TraceClkSel
impl Debug for TraceClkSel
Source§impl From<TraceClkSel> for u8
impl From<TraceClkSel> for u8
Source§fn from(val: TraceClkSel) -> u8
fn from(val: TraceClkSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TraceClkSel
impl From<u8> for TraceClkSel
Source§fn from(val: u8) -> TraceClkSel
fn from(val: u8) -> TraceClkSel
Converts to this type from the input type.
Source§impl Ord for TraceClkSel
impl Ord for TraceClkSel
Source§fn cmp(&self, other: &TraceClkSel) -> Ordering
fn cmp(&self, other: &TraceClkSel) -> 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 TraceClkSel
impl PartialEq for TraceClkSel
Source§impl PartialOrd for TraceClkSel
impl PartialOrd for TraceClkSel
impl Copy for TraceClkSel
impl Eq for TraceClkSel
impl StructuralPartialEq for TraceClkSel
Auto Trait Implementations§
impl Freeze for TraceClkSel
impl RefUnwindSafe for TraceClkSel
impl Send for TraceClkSel
impl Sync for TraceClkSel
impl Unpin for TraceClkSel
impl UnwindSafe for TraceClkSel
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