[][src]Enum efm32pg12_pac::prs::ch3_ctrl::SOURCESEL_A

pub enum SOURCESEL_A {
    NONE,
    PRSL,
    PRSH,
    ACMP0,
    ACMP1,
    ADC0,
    LESENSEL,
    LESENSEH,
    LESENSED,
    LESENSE,
    RTCC,
    GPIOL,
    GPIOH,
    LETIMER0,
    PCNT0,
    PCNT1,
    PCNT2,
    CMU,
    VDAC0,
    CRYOTIMER,
    USART0,
    USART1,
    USART2,
    USART3,
    TIMER0,
    TIMER1,
    WTIMER0,
    WTIMER1,
    CM4,
}

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

PRSL

1: Peripheral Reflex System

PRSH

2: Peripheral Reflex System

ACMP0

3: Analog Comparator 0

ACMP1

4: Analog Comparator 1

ADC0

5: Analog to Digital Converter 0

LESENSEL

7: Low Energy Sensor Interface

LESENSEH

8: Low Energy Sensor Interface

LESENSED

9: Low Energy Sensor Interface

LESENSE

10: Low Energy Sensor Interface

RTCC

11: Real-Time Counter and Calendar

GPIOL

12: General purpose Input/Output

GPIOH

13: General purpose Input/Output

LETIMER0

14: Low Energy Timer 0

PCNT0

15: Pulse Counter 0

PCNT1

16: Pulse Counter 1

PCNT2

17: Pulse Counter 2

CMU

18: Clock Management Unit

VDAC0

24: Digital to Analog Converter 0

CRYOTIMER

26: CRYOTIMER

USART0

48: Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

49: Universal Synchronous/Asynchronous Receiver/Transmitter 1

USART2

50: Universal Synchronous/Asynchronous Receiver/Transmitter 2

USART3

51: Universal Synchronous/Asynchronous Receiver/Transmitter 3

TIMER0

60: Timer 0

TIMER1

61: Timer 1

WTIMER0

62: Wide Timer 0

WTIMER1

63: Wide Timer 1

CM4

67: 1000011

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