[][src]Enum efr32xg1::prs::ch6_ctrl::SOURCESELW

pub enum SOURCESELW {
    NONE,
    PRSL,
    PRSH,
    ACMP0,
    ACMP1,
    ADC0,
    USART0,
    USART1,
    TIMER0,
    TIMER1,
    RTCC,
    GPIOL,
    GPIOH,
    LETIMER0,
    PCNT0,
    CRYOTIMER,
    CMU,
    CM4,
}

Values that can be written to the field SOURCESEL

Variants

NONE

No source selected

PRSL

Peripheral Reflex System

PRSH

Peripheral Reflex System

ACMP0

Analog Comparator 0

ACMP1

Analog Comparator 1

ADC0

Analog to Digital Converter 0

USART0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

Universal Synchronous/Asynchronous Receiver/Transmitter 1

TIMER0

Timer 0

TIMER1

Timer 1

RTCC

Real-Time Counter and Calendar

GPIOL

General purpose Input/Output

GPIOH

General purpose Input/Output

LETIMER0

Low Energy Timer 0

PCNT0

Pulse Counter 0

CRYOTIMER

CryoTimer

CMU

Clock Management Unit

CM4

1000011

Auto Trait Implementations

impl Send for SOURCESELW

impl Sync for SOURCESELW

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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