Enum efr32xg12p::ldma::ch3_reqsel::SOURCESELR [] [src]

pub enum SOURCESELR {
    NONE,
    PRS,
    ADC0,
    VDAC0,
    USART0,
    USART1,
    USART2,
    USART3,
    LEUART0,
    I2C0,
    I2C1,
    TIMER0,
    TIMER1,
    WTIMER0,
    WTIMER1,
    MSC,
    CRYPTO0,
    CSEN,
    LESENSE,
    CRYPTO1,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

No source selected

Peripheral Reflex System

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

Universal Synchronous/Asynchronous Receiver/Transmitter 3

Low Energy UART 0

I2C 0

I2C 1

Timer 0

Timer 1

Wide Timer 0

Wide Timer 1

Memory System Controller

Advanced Encryption Standard Accelerator 0

Capacitive touch sense module

Low Energy Sensor Interface

Advanced Encryption Standard Accelerator 1

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 PRS

[src]

Checks if the value of the field is ADC0

[src]

Checks if the value of the field is VDAC0

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

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

[src]

Checks if the value of the field is WTIMER1

[src]

Checks if the value of the field is MSC

[src]

Checks if the value of the field is CRYPTO0

[src]

Checks if the value of the field is CSEN

[src]

Checks if the value of the field is LESENSE

[src]

Checks if the value of the field is CRYPTO1

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