#[repr(u8)]pub enum CLKOUTSEL0_A {
HFRCO = 0,
HFXO = 1,
HFCLK2 = 2,
HFCLK4 = 3,
HFCLK8 = 4,
HFCLK16 = 5,
ULFRCO = 6,
}
Expand description
Clock Output Select 0
Value on reset: 0
Variants§
HFRCO = 0
0: HFRCO (directly from oscillator).
HFXO = 1
1: HFXO (directly from oscillator).
HFCLK2 = 2
2: HFCLK/2.
HFCLK4 = 3
3: HFCLK/4.
HFCLK8 = 4
4: HFCLK/8.
HFCLK16 = 5
5: HFCLK/16.
ULFRCO = 6
6: ULFRCO (directly from oscillator).
Trait Implementations§
Source§impl Clone for CLKOUTSEL0_A
impl Clone for CLKOUTSEL0_A
Source§fn clone(&self) -> CLKOUTSEL0_A
fn clone(&self) -> CLKOUTSEL0_A
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_A
impl Debug for CLKOUTSEL0_A
Source§impl From<CLKOUTSEL0_A> for u8
impl From<CLKOUTSEL0_A> for u8
Source§fn from(variant: CLKOUTSEL0_A) -> Self
fn from(variant: CLKOUTSEL0_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CLKOUTSEL0_A
impl PartialEq for CLKOUTSEL0_A
impl Copy for CLKOUTSEL0_A
impl StructuralPartialEq for CLKOUTSEL0_A
Auto Trait Implementations§
impl Freeze for CLKOUTSEL0_A
impl RefUnwindSafe for CLKOUTSEL0_A
impl Send for CLKOUTSEL0_A
impl Sync for CLKOUTSEL0_A
impl Unpin for CLKOUTSEL0_A
impl UnwindSafe for CLKOUTSEL0_A
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