Enum efm32gg990::dma::ch8_ctrl::SOURCESELR[][src]

pub enum SOURCESELR {
    NONE,
    ADC0,
    DAC0,
    USART0,
    USART1,
    USART2,
    LEUART0,
    LEUART1,
    I2C0,
    I2C1,
    TIMER0,
    TIMER1,
    TIMER2,
    TIMER3,
    UART0,
    UART1,
    MSC,
    AES,
    LESENSE,
    EBI,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

No source selected

Analog to Digital Converter 0

Digital to Analog Converter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 1

Universal Synchronous/Asynchronous Receiver/Transmitter 2

Low Energy UART 0

Low Energy UART 1

I2C 0

I2C 1

Timer 0

Timer 1

Timer 2

Timer 3

Universal Asynchronous Receiver/Transmitter 0

Universal Asynchronous Receiver/Transmitter 1

""

Advanced Encryption Standard Accelerator

Low Energy Sensor Interface

External Bus Interface

Reserved

Methods

impl SOURCESELR
[src]

Value of the field as raw bits

Checks if the value of the field is NONE

Checks if the value of the field is ADC0

Checks if the value of the field is DAC0

Checks if the value of the field is USART0

Checks if the value of the field is USART1

Checks if the value of the field is USART2

Checks if the value of the field is LEUART0

Checks if the value of the field is LEUART1

Checks if the value of the field is I2C0

Checks if the value of the field is I2C1

Checks if the value of the field is TIMER0

Checks if the value of the field is TIMER1

Checks if the value of the field is TIMER2

Checks if the value of the field is TIMER3

Checks if the value of the field is UART0

Checks if the value of the field is UART1

Checks if the value of the field is MSC

Checks if the value of the field is AES

Checks if the value of the field is LESENSE

Checks if the value of the field is EBI

Trait Implementations

impl Clone for SOURCESELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SOURCESELR
[src]

impl Debug for SOURCESELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SOURCESELR
[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 SOURCESELR

impl Sync for SOURCESELR