Enum efm32hg222f64::dma::ch3_ctrl::SOURCESELR [] [src]

pub enum SOURCESELR {
    NONE,
    ADC0,
    USART0,
    USART1,
    LEUART0,
    I2C0,
    TIMER0,
    TIMER1,
    TIMER2,
    MSC,
    AES,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

No source selected

Analog to Digital Converter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 1

Low Energy UART 0

I2C 0

Timer 0

Timer 1

Timer 2

""

Advanced Encryption Standard Accelerator

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 USART0

[src]

Checks if the value of the field is USART1

[src]

Checks if the value of the field is LEUART0

[src]

Checks if the value of the field is I2C0

[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 MSC

[src]

Checks if the value of the field is AES

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.

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 !=.