pub enum ClockId {
Show 48 variants DFLL48, FDPLL0, FDPLL1, SLOW_32K, EIC, FREQM_MSR, FREQM_REF, SERCOM0_CORE, SERCOM1_CORE, TC0_TC1, USB, EVSYS0, EVSYS1, EVSYS2, EVSYS3, EVSYS4, EVSYS5, EVSYS6, EVSYS7, EVSYS8, EVSYS9, EVSYS10, EVSYS11, SERCOM2_CORE, SERCOM3_CORE, TCC0_TCC1, TC2_TC3, CAN0, CAN1, TCC2_TCC3, TC4_TC5, PDEC, AC, CCL, SERCOM4_CORE, SERCOM5_CORE, SERCOM6_CORE, SERCOM7_CORE, TCC4, TC6_TC7, ADC0, ADC1, DAC, I2S0, I2S1, SDHC0, SDHC1, CM4_TRACE,
}

Variants

DFLL48

FDPLL0

FDPLL1

SLOW_32K

EIC

FREQM_MSR

FREQM_REF

SERCOM0_CORE

SERCOM1_CORE

TC0_TC1

USB

EVSYS0

EVSYS1

EVSYS2

EVSYS3

EVSYS4

EVSYS5

EVSYS6

EVSYS7

EVSYS8

EVSYS9

EVSYS10

EVSYS11

SERCOM2_CORE

SERCOM3_CORE

TCC0_TCC1

TC2_TC3

CAN0

CAN1

TCC2_TCC3

TC4_TC5

PDEC

AC

CCL

SERCOM4_CORE

SERCOM5_CORE

SERCOM6_CORE

SERCOM7_CORE

TCC4

TC6_TC7

ADC0

ADC1

DAC

I2S0

I2S1

SDHC0

SDHC1

CM4_TRACE

Trait Implementations

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.