Enum efm32hg222f64::prs::ch4_ctrl::SOURCESELR [] [src]

pub enum SOURCESELR {
    NONE,
    VCMP,
    ACMP0,
    ADC0,
    USART0,
    USART1,
    TIMER0,
    TIMER1,
    TIMER2,
    RTC,
    GPIOL,
    GPIOH,
    PCNT0,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

No source selected

Voltage Comparator

Analog Comparator 0

Analog to Digital Converter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 1

Timer 0

Timer 1

Timer 2

Real-Time Counter

General purpose Input/Output

General purpose Input/Output

Pulse Counter 0

Reserved

Methods

impl SOURCESELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is VCMP

[src]

Checks if the value of the field is ACMP0

[src]

Checks if the value of the field is ADC0

[src]

Checks if the value of the field is USART0

[src]

Checks if the value of the field is USART1

[src]

Checks if the value of the field is TIMER0

[src]

Checks if the value of the field is TIMER1

[src]

Checks if the value of the field is TIMER2

[src]

Checks if the value of the field is RTC

[src]

Checks if the value of the field is GPIOL

[src]

Checks if the value of the field is GPIOH

[src]

Checks if the value of the field is PCNT0

Trait Implementations

impl Clone for SOURCESELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SOURCESELR
[src]

impl Debug for SOURCESELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SOURCESELR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.