Enum efm32gg990::dma::ch7_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]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is ADC0

[src]

Checks if the value of the field is DAC0

[src]

Checks if the value of the field is USART0

[src]

Checks if the value of the field is USART1

[src]

Checks if the value of the field is USART2

[src]

Checks if the value of the field is LEUART0

[src]

Checks if the value of the field is LEUART1

[src]

Checks if the value of the field is I2C0

[src]

Checks if the value of the field is I2C1

[src]

Checks if the value of the field is TIMER0

[src]

Checks if the value of the field is TIMER1

[src]

Checks if the value of the field is TIMER2

[src]

Checks if the value of the field is TIMER3

[src]

Checks if the value of the field is UART0

[src]

Checks if the value of the field is UART1

[src]

Checks if the value of the field is MSC

[src]

Checks if the value of the field is AES

[src]

Checks if the value of the field is LESENSE

[src]

Checks if the value of the field is EBI

Trait Implementations

impl Clone for SOURCESELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SOURCESELR
[src]

impl Debug for SOURCESELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SOURCESELR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SOURCESELR

impl Sync for SOURCESELR