Enum atsamd21e18a::gclk::clkctrl::IDR[][src]

pub enum IDR {
    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,
    _Reserved(u8),
}

Possible values of the field ID

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

Reserved

Methods

impl IDR
[src]

Value of the field as raw bits

Checks if the value of the field is DFLL48

Checks if the value of the field is FDPLL

Checks if the value of the field is FDPLL32K

Checks if the value of the field is WDT

Checks if the value of the field is RTC

Checks if the value of the field is EIC

Checks if the value of the field is USB

Checks if the value of the field is EVSYS_0

Checks if the value of the field is EVSYS_1

Checks if the value of the field is EVSYS_2

Checks if the value of the field is EVSYS_3

Checks if the value of the field is EVSYS_4

Checks if the value of the field is EVSYS_5

Checks if the value of the field is EVSYS_6

Checks if the value of the field is EVSYS_7

Checks if the value of the field is EVSYS_8

Checks if the value of the field is EVSYS_9

Checks if the value of the field is EVSYS_10

Checks if the value of the field is EVSYS_11

Checks if the value of the field is SERCOMX_SLOW

Checks if the value of the field is SERCOM0_CORE

Checks if the value of the field is SERCOM1_CORE

Checks if the value of the field is SERCOM2_CORE

Checks if the value of the field is SERCOM3_CORE

Checks if the value of the field is SERCOM4_CORE

Checks if the value of the field is SERCOM5_CORE

Checks if the value of the field is TCC0_TCC1

Checks if the value of the field is TCC2_TC3

Checks if the value of the field is TC4_TC5

Checks if the value of the field is TC6_TC7

Checks if the value of the field is ADC

Checks if the value of the field is AC_DIG

Checks if the value of the field is AC_ANA

Checks if the value of the field is DAC

Checks if the value of the field is I2S_0

Checks if the value of the field is I2S_1

Trait Implementations

impl Clone for IDR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IDR
[src]

impl Debug for IDR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IDR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for IDR

impl Sync for IDR