[][src]Enum efm32pg12_pac::ldma::ch6_reqsel::SOURCESEL_A

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

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

PRS

1: Peripheral Reflex System

ADC0

8: Analog to Digital Converter 0

VDAC0

10: Digital to Analog Converter 0

USART0

12: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

13: Universal Synchronous/Asynchronous Receiver/Transmitter 1

USART2

14: Universal Synchronous/Asynchronous Receiver/Transmitter 2

USART3

15: Universal Synchronous/Asynchronous Receiver/Transmitter 3

LEUART0

16: Low Energy UART 0

I2C0

20: I2C 0

I2C1

21: I2C 1

TIMER0

24: Timer 0

TIMER1

25: Timer 1

WTIMER0

26: Wide Timer 0

WTIMER1

27: Wide Timer 1

MSC

48: Memory System Controller

CRYPTO0

49: Advanced Encryption Standard Accelerator 0

CSEN

50: Capacitive touch sense module

LESENSE

51: Low Energy Sensor Interface

CRYPTO1

52: Advanced Encryption Standard Accelerator 1

Trait Implementations

impl From<SOURCESEL_A> for u8[src]

impl Debug for SOURCESEL_A[src]

impl PartialEq<SOURCESEL_A> for SOURCESEL_A[src]

impl Copy for SOURCESEL_A[src]

impl StructuralPartialEq for SOURCESEL_A[src]

impl Clone for SOURCESEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self