#[repr(u8)]
pub enum ID_A {
Show 23 variants DFLL48, FDPLL, FDPLL32K, WDT, RTC, EIC, USB, EVSYS_0, EVSYS_1, EVSYS_2, EVSYS_3, EVSYS_4, EVSYS_5, SERCOMX_SLOW, SERCOM0_CORE, SERCOM1_CORE, SERCOM2_CORE, TCC0, TC1_TC2, ADC, AC_DIG, AC_ANA, DAC,
}
Expand description

Generic Clock Selection ID

Value on reset: 0

Variants

DFLL48

0: DFLL48

FDPLL

1: FDPLL

FDPLL32K

2: FDPLL32K

WDT

3: WDT

RTC

4: RTC

EIC

5: EIC

USB

6: USB

EVSYS_0

7: EVSYS_0

EVSYS_1

8: EVSYS_1

EVSYS_2

9: EVSYS_2

EVSYS_3

10: EVSYS_3

EVSYS_4

11: EVSYS_4

EVSYS_5

12: EVSYS_5

SERCOMX_SLOW

13: SERCOMX_SLOW

SERCOM0_CORE

14: SERCOM0_CORE

SERCOM1_CORE

15: SERCOM1_CORE

SERCOM2_CORE

16: SERCOM2_CORE

TCC0

17: TCC0

TC1_TC2

18: TC1_TC2

ADC

19: ADC

AC_DIG

20: AC_DIG

AC_ANA

21: AC_ANA

DAC

22: DAC

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.

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.