[][src]Enum efm32hg309f64::dma::ch5_ctrl::SOURCESEL_A

pub enum SOURCESEL_A {
    NONE,
    ADC0,
    USART0,
    USART1,
    LEUART0,
    I2C0,
    TIMER0,
    TIMER1,
    TIMER2,
    MSC,
    AES,
}

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

ADC0

8: Analog to Digital Converter 0

USART0

12: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

13: Universal Synchronous/Asynchronous Receiver/Transmitter 1

LEUART0

16: Low Energy UART 0

I2C0

20: I2C 0

TIMER0

24: Timer 0

TIMER1

25: Timer 1

TIMER2

26: Timer 2

MSC

48: ""

AES

49: Advanced Encryption Standard Accelerator

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