#[repr(u8)]
pub enum ID_A {
Show 36 variants DFLL48, FDPLL, FDPLL32K, WDT, RTC, EIC, USB, EVSYS_0, EVSYS_1, EVSYS_2, EVSYS_3, EVSYS_4, EVSYS_5, EVSYS_6, EVSYS_7, EVSYS_8, EVSYS_9, EVSYS_10, EVSYS_11, SERCOMX_SLOW, SERCOM0_CORE, SERCOM1_CORE, SERCOM2_CORE, SERCOM3_CORE, SERCOM4_CORE, SERCOM5_CORE, TCC0_TCC1, TCC2_TC3, TC4_TC5, TC6_TC7, ADC, AC_DIG, AC_ANA, DAC, I2S_0, I2S_1,
}
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

EVSYS_6

13: EVSYS_6

EVSYS_7

14: EVSYS_7

EVSYS_8

15: EVSYS_8

EVSYS_9

16: EVSYS_9

EVSYS_10

17: EVSYS_10

EVSYS_11

18: EVSYS_11

SERCOMX_SLOW

19: SERCOMX_SLOW

SERCOM0_CORE

20: SERCOM0_CORE

SERCOM1_CORE

21: SERCOM1_CORE

SERCOM2_CORE

22: SERCOM2_CORE

SERCOM3_CORE

23: SERCOM3_CORE

SERCOM4_CORE

24: SERCOM4_CORE

SERCOM5_CORE

25: SERCOM5_CORE

TCC0_TCC1

26: TCC0_TCC1

TCC2_TC3

27: TCC2_TC3

TC4_TC5

28: TC4_TC5

TC6_TC7

29: TC6_TC7

ADC

30: ADC

AC_DIG

31: AC_DIG

AC_ANA

32: AC_ANA

DAC

33: DAC

I2S_0

35: I2S_0

I2S_1

36: I2S_1

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.