[][src]Enum efm32gg11b820::ldma::ch18_reqsel::SOURCESELW

pub enum SOURCESELW {
    NONE,
    PRS,
    ADC0,
    ADC1,
    VDAC0,
    USART0,
    USART1,
    USART2,
    USART3,
    USART4,
    USART5,
    UART0,
    UART1,
    LEUART0,
    LEUART1,
    I2C0,
    I2C1,
    I2C2,
    TIMER0,
    TIMER1,
    TIMER2,
    TIMER3,
    TIMER4,
    TIMER5,
    TIMER6,
    WTIMER0,
    WTIMER1,
    WTIMER2,
    WTIMER3,
    MSC,
    CRYPTO0,
    EBI,
    CSEN,
    LESENSE,
}

Values that can be written to the field SOURCESEL

Variants

NONE

No source selected

PRS

Peripheral Reflex System

ADC0

Analog to Digital Converter 0

ADC1

Analog to Digital Converter 0

VDAC0

Digital to Analog Converter 0

USART0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

Universal Synchronous/Asynchronous Receiver/Transmitter 1

USART2

Universal Synchronous/Asynchronous Receiver/Transmitter 2

USART3

Universal Synchronous/Asynchronous Receiver/Transmitter 3

USART4

Universal Synchronous/Asynchronous Receiver/Transmitter 4

USART5

Universal Synchronous/Asynchronous Receiver/Transmitter 5

UART0

Universal Asynchronous Receiver/Transmitter 0

UART1

Universal Asynchronous Receiver/Transmitter 1

LEUART0

Low Energy UART 0

LEUART1

Low Energy UART 1

I2C0

I2C 0

I2C1

I2C 1

I2C2

I2C 2

TIMER0

Timer 0

TIMER1

Timer 1

TIMER2

Timer 2

TIMER3

Timer 3

TIMER4

Timer 4

TIMER5

Timer 5

TIMER6

Timer 6

WTIMER0

Wide Timer 0

WTIMER1

Wide Timer 0

WTIMER2

Wide Timer 2

WTIMER3

Wide Timer 3

MSC

Memory System Controller

CRYPTO0

Advanced Encryption Standard Accelerator

EBI

External Bus Interface

CSEN

Capacitive touch sense module

LESENSE

Low Energy Sensor Interface

Auto Trait Implementations

impl Send for SOURCESELW

impl Sync for SOURCESELW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self