atsamd_hal::clock

Type Alias ClockSource

Source
pub type ClockSource = Srcselect;

Aliased Type§

enum ClockSource {
    Xosc = 0,
    Gclkin = 1,
    Gclkgen1 = 2,
    Osculp32k = 3,
    Osc32k = 4,
    Xosc32k = 5,
    Osc8m = 6,
    Dfll48m = 7,
    Dpll96m = 8,
}

Variants§

§

Xosc = 0

0: XOSC oscillator output

§

Gclkin = 1

1: Generator input pad

§

Gclkgen1 = 2

2: Generic clock generator 1 output

§

Osculp32k = 3

3: OSCULP32K oscillator output

§

Osc32k = 4

4: OSC32K oscillator output

§

Xosc32k = 5

5: XOSC32K oscillator output

§

Osc8m = 6

6: OSC8M oscillator output

§

Dfll48m = 7

7: DFLL48M output

§

Dpll96m = 8

8: DPLL96M output

Trait Implementations

Source§

impl Clone for Srcselect

Source§

fn clone(&self) -> Srcselect

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Srcselect

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl FieldSpec for Srcselect

Source§

type Ux = u8

Raw field type (u8, u16, u32, …).
Source§

impl PartialEq for Srcselect

Source§

fn eq(&self, other: &Srcselect) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Srcselect

Source§

impl Eq for Srcselect

Source§

impl IsEnum for Srcselect

Source§

impl StructuralPartialEq for Srcselect