[][src]Enum efr32xg1::prs::ch7_ctrl::SOURCESELR

pub enum SOURCESELR {
    NONE,
    PRSL,
    PRSH,
    ACMP0,
    ACMP1,
    ADC0,
    USART0,
    USART1,
    TIMER0,
    TIMER1,
    RTCC,
    GPIOL,
    GPIOH,
    LETIMER0,
    PCNT0,
    CRYOTIMER,
    CMU,
    CM4,
    _Reserved(u8),
}

Possible values of 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

undocumented

_Reserved(u8)

Reserved

Methods

impl SOURCESELR
[src]

pub fn bits(&self) -> u8
[src]

Value of the field as raw bits

pub fn is_none(&self) -> bool
[src]

Checks if the value of the field is NONE

pub fn is_prsl(&self) -> bool
[src]

Checks if the value of the field is PRSL

pub fn is_prsh(&self) -> bool
[src]

Checks if the value of the field is PRSH

pub fn is_acmp0(&self) -> bool
[src]

Checks if the value of the field is ACMP0

pub fn is_acmp1(&self) -> bool
[src]

Checks if the value of the field is ACMP1

pub fn is_adc0(&self) -> bool
[src]

Checks if the value of the field is ADC0

pub fn is_usart0(&self) -> bool
[src]

Checks if the value of the field is USART0

pub fn is_usart1(&self) -> bool
[src]

Checks if the value of the field is USART1

pub fn is_timer0(&self) -> bool
[src]

Checks if the value of the field is TIMER0

pub fn is_timer1(&self) -> bool
[src]

Checks if the value of the field is TIMER1

pub fn is_rtcc(&self) -> bool
[src]

Checks if the value of the field is RTCC

pub fn is_gpiol(&self) -> bool
[src]

Checks if the value of the field is GPIOL

pub fn is_gpioh(&self) -> bool
[src]

Checks if the value of the field is GPIOH

pub fn is_letimer0(&self) -> bool
[src]

Checks if the value of the field is LETIMER0

pub fn is_pcnt0(&self) -> bool
[src]

Checks if the value of the field is PCNT0

pub fn is_cryotimer(&self) -> bool
[src]

Checks if the value of the field is CRYOTIMER

pub fn is_cmu(&self) -> bool
[src]

Checks if the value of the field is CMU

pub fn is_cm4(&self) -> bool
[src]

Checks if the value of the field is CM4

Trait Implementations

impl Copy for SOURCESELR
[src]

impl Debug for SOURCESELR
[src]

impl PartialEq<SOURCESELR> for SOURCESELR
[src]

impl Clone for SOURCESELR
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SOURCESELR

impl Sync for SOURCESELR

Blanket Implementations

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> From for T
[src]

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]