[][src]Enum atsamd11c14a::gclk::clkctrl::ID_A

pub enum ID_A {
    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,
}

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

impl Clone for ID_A[src]

impl Copy for ID_A[src]

impl Debug for ID_A[src]

impl From<ID_A> for u8[src]

impl PartialEq<ID_A> for ID_A[src]

impl StructuralPartialEq for ID_A[src]

Auto Trait Implementations

impl Send for ID_A

impl Sync for ID_A

impl Unpin for ID_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.