Enum efr32xg12p::prs::ch11_ctrl::SOURCESELR [] [src]

pub enum SOURCESELR {
    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,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

No source selected

Peripheral Reflex System

Peripheral Reflex System

Analog Comparator 0

Analog Comparator 1

Analog to Digital Converter 0

Low Energy Sensor Interface

Low Energy Sensor Interface

Low Energy Sensor Interface

Low Energy Sensor Interface

Real-Time Counter and Calendar

General purpose Input/Output

General purpose Input/Output

Low Energy Timer 0

Pulse Counter 0

Pulse Counter 1

Pulse Counter 2

Clock Management Unit

Digital to Analog Converter 0

CryoTimer

Universal Synchronous/Asynchronous Receiver/Transmitter 0

Universal Synchronous/Asynchronous Receiver/Transmitter 1

Universal Synchronous/Asynchronous Receiver/Transmitter 2

Universal Synchronous/Asynchronous Receiver/Transmitter 3

Timer 0

Timer 1

Wide Timer 0

Wide Timer 1

""

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 PRSL

[src]

Checks if the value of the field is PRSH

[src]

Checks if the value of the field is ACMP0

[src]

Checks if the value of the field is ACMP1

[src]

Checks if the value of the field is ADC0

[src]

Checks if the value of the field is LESENSEL

[src]

Checks if the value of the field is LESENSEH

[src]

Checks if the value of the field is LESENSED

[src]

Checks if the value of the field is LESENSE

[src]

Checks if the value of the field is RTCC

[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 LETIMER0

[src]

Checks if the value of the field is PCNT0

[src]

Checks if the value of the field is PCNT1

[src]

Checks if the value of the field is PCNT2

[src]

Checks if the value of the field is CMU

[src]

Checks if the value of the field is VDAC0

[src]

Checks if the value of the field is CRYOTIMER

[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 USART2

[src]

Checks if the value of the field is USART3

[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 WTIMER0

[src]

Checks if the value of the field is WTIMER1

[src]

Checks if the value of the field is CM4

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