Enum efm32gg990::prs::ch11_ctrl::SOURCESELW[][src]

pub enum SOURCESELW {
    NONE,
    VCMP,
    ACMP0,
    ACMP1,
    DAC0,
    ADC0,
    USART0,
    USART1,
    USART2,
    TIMER0,
    TIMER1,
    TIMER2,
    TIMER3,
    USB,
    RTC,
    UART0,
    UART1,
    GPIOL,
    GPIOH,
    LETIMER0,
    BURTC,
    LESENSEL,
    LESENSEH,
    LESENSED,
}

Values that can be written to the field SOURCESEL

Variants

No source selected

Voltage Comparator

Analog Comparator 0

Analog Comparator 1

Digital to Analog Converter 0

Analog to Digital Converter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 1

Universal Synchronous/Asynchronous Receiver/Transmitter 2

Timer 0

Timer 1

Timer 2

Timer 3

Universal Serial Bus Interface

Real-Time Counter

Universal Asynchronous Receiver/Transmitter 0

Universal Asynchronous Receiver/Transmitter 1

General purpose Input/Output

General purpose Input/Output

Low Energy Timer 0

Backup RTC

Low Energy Sensor Interface

Low Energy Sensor Interface

Low Energy Sensor Interface

Auto Trait Implementations

impl Send for SOURCESELW

impl Sync for SOURCESELW