pub enum ClockSource {
Show 22 variants
    RCSYS = 0,
    OSC32K = 1,
    DFLL0 = 2,
    OSC0 = 3,
    RC80M = 4,
    RCFAST = 5,
    RC1M = 6,
    CLK_CPU = 7,
    CLK_HSB = 8,
    CLK_PBA = 9,
    CLK_PBB = 10,
    CLK_PBC = 11,
    CLK_PBD = 12,
    RC32K = 13,
    RESERVED1 = 14,
    CLK_1K = 15,
    PLL0 = 16,
    HRP = 17,
    FP = 18,
    GCLK_IN0 = 19,
    GCLK_IN1 = 20,
    GCLK11 = 21,
}Variants§
RCSYS = 0
OSC32K = 1
DFLL0 = 2
OSC0 = 3
RC80M = 4
RCFAST = 5
RC1M = 6
CLK_CPU = 7
CLK_HSB = 8
CLK_PBA = 9
CLK_PBB = 10
CLK_PBC = 11
CLK_PBD = 12
RC32K = 13
RESERVED1 = 14
CLK_1K = 15
PLL0 = 16
HRP = 17
FP = 18
GCLK_IN0 = 19
GCLK_IN1 = 20
GCLK11 = 21
Auto Trait Implementations§
impl Freeze for ClockSource
impl RefUnwindSafe for ClockSource
impl Send for ClockSource
impl Sync for ClockSource
impl Unpin for ClockSource
impl UnwindSafe for ClockSource
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