#[repr(u8)]pub enum CLKOUTSEL0 {
Show 13 variants
Disabled = 0,
Ulfrco = 1,
Lfrco = 2,
Lfxo = 3,
Hfxo = 6,
Hfexpclk = 7,
Ulfrcoq = 9,
Lfrcoq = 10,
Lfxoq = 11,
Hfrcoq = 12,
Auxhfrcoq = 13,
Hfxoq = 14,
Hfsrcclk = 15,
}
Expand description
Clock Output Select 0
Value on reset: 0
Variants§
Disabled = 0
0: Disabled
Ulfrco = 1
1: ULFRCO (directly from oscillator)
Lfrco = 2
2: LFRCO (directly from oscillator)
Lfxo = 3
3: LFXO (directly from oscillator)
Hfxo = 6
6: HFXO (directly from oscillator)
Hfexpclk = 7
7: HFEXPCLK
Ulfrcoq = 9
9: ULFRCO (qualified)
Lfrcoq = 10
10: LFRCO (qualified)
Lfxoq = 11
11: LFXO (qualified)
Hfrcoq = 12
12: HFRCO (qualified)
Auxhfrcoq = 13
13: AUXHFRCO (qualified)
Hfxoq = 14
14: HFXO (qualified)
Hfsrcclk = 15
15: HFSRCCLK
Trait Implementations§
Source§impl Clone for CLKOUTSEL0
impl Clone for CLKOUTSEL0
Source§fn clone(&self) -> CLKOUTSEL0
fn clone(&self) -> CLKOUTSEL0
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 CLKOUTSEL0
impl Debug for CLKOUTSEL0
Source§impl From<CLKOUTSEL0> for u8
impl From<CLKOUTSEL0> for u8
Source§fn from(variant: CLKOUTSEL0) -> Self
fn from(variant: CLKOUTSEL0) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CLKOUTSEL0
impl PartialEq for CLKOUTSEL0
impl Copy for CLKOUTSEL0
impl Eq for CLKOUTSEL0
impl IsEnum for CLKOUTSEL0
impl StructuralPartialEq for CLKOUTSEL0
Auto Trait Implementations§
impl Freeze for CLKOUTSEL0
impl RefUnwindSafe for CLKOUTSEL0
impl Send for CLKOUTSEL0
impl Sync for CLKOUTSEL0
impl Unpin for CLKOUTSEL0
impl UnwindSafe for CLKOUTSEL0
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