[][src]Enum efm32pg1b_pac::prs::ch11_ctrl::SOURCESEL_A

#[repr(u8)]
pub enum SOURCESEL_A {
    NONE,
    PRSL,
    PRSH,
    ACMP0,
    ACMP1,
    ADC0,
    USART0,
    USART1,
    TIMER0,
    TIMER1,
    RTCC,
    GPIOL,
    GPIOH,
    LETIMER0,
    PCNT0,
    CRYOTIMER,
    CMU,
    CM4,
}

Source Select

Value on reset: 0

Variants

NONE

0: No source selected

PRSL

1: Peripheral Reflex System

PRSH

2: Peripheral Reflex System

ACMP0

6: Analog Comparator 0

ACMP1

7: Analog Comparator 1

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

RTCC

41: Real-Time Counter and Calendar

GPIOL

48: General purpose Input/Output

GPIOH

49: General purpose Input/Output

LETIMER0

52: Low Energy Timer 0

PCNT0

54: Pulse Counter 0

CRYOTIMER

60: CRYOTIMER

CMU

61: Clock Management Unit

CM4

67: 1000011

Trait Implementations

impl Clone for SOURCESEL_A[src]

impl Copy for SOURCESEL_A[src]

impl Debug for SOURCESEL_A[src]

impl From<SOURCESEL_A> for u8[src]

impl PartialEq<SOURCESEL_A> for SOURCESEL_A[src]

impl StructuralPartialEq for SOURCESEL_A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.