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

pub enum SOURCESEL_A {
    NONE,
    VCMP,
    ACMP0,
    ADC0,
    USART0,
    USART1,
    TIMER0,
    TIMER1,
    TIMER2,
    USB,
    RTC,
    GPIOL,
    GPIOH,
    PCNT0,
}

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

VCMP

1: Voltage Comparator

ACMP0

2: Analog Comparator 0

ADC0

8: Analog to Digital Converter 0

USART0

16: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

17: Universal Synchronous/Asynchronous Receiver/Transmitter 1

TIMER0

28: Timer 0

TIMER1

29: Timer 1

TIMER2

30: Timer 2

USB

36: Universal Serial Bus Interface

RTC

40: Real-Time Counter

GPIOL

48: General purpose Input/Output

GPIOH

49: General purpose Input/Output

PCNT0

54: Pulse Counter 0

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