atsamd_hal::clock

Type Alias ClockGenId

Source
pub type ClockGenId = Genselect;

Aliased Type§

enum ClockGenId {
    Gclk0 = 0,
    Gclk1 = 1,
    Gclk2 = 2,
    Gclk3 = 3,
    Gclk4 = 4,
    Gclk5 = 5,
    Gclk6 = 6,
    Gclk7 = 7,
    Gclk8 = 8,
    Gclk9 = 9,
    Gclk10 = 10,
    Gclk11 = 11,
}

Variants§

§

Gclk0 = 0

0: Generic clock generator 0

§

Gclk1 = 1

1: Generic clock generator 1

§

Gclk2 = 2

2: Generic clock generator 2

§

Gclk3 = 3

3: Generic clock generator 3

§

Gclk4 = 4

4: Generic clock generator 4

§

Gclk5 = 5

5: Generic clock generator 5

§

Gclk6 = 6

6: Generic clock generator 6

§

Gclk7 = 7

7: Generic clock generator 7

§

Gclk8 = 8

8: Generic clock generator 8

§

Gclk9 = 9

9: Generic clock generator 9

§

Gclk10 = 10

10: Generic clock generator 10

§

Gclk11 = 11

11: Generic clock generator 11

Trait Implementations

Source§

impl Clone for Genselect

Source§

fn clone(&self) -> Genselect

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 Genselect

Source§

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

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

impl FieldSpec for Genselect

Source§

type Ux = u8

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

impl From<DynGclkId> for Genselect

Convert from DynPclkSourceId to the equivalent PAC type

Source§

fn from(source: DynPclkSourceId) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for Genselect

Source§

fn eq(&self, other: &Genselect) -> 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 Genselect

Source§

impl Eq for Genselect

Source§

impl IsEnum for Genselect

Source§

impl StructuralPartialEq for Genselect