[][src]Enum efr32xg1::ldma::ch6_reqsel::SOURCESELR

pub enum SOURCESELR {
    NONE,
    PRS,
    ADC0,
    USART0,
    USART1,
    LEUART0,
    I2C0,
    TIMER0,
    TIMER1,
    MSC,
    CRYPTO,
    _Reserved(u8),
}

Possible values of the field SOURCESEL

Variants

NONE

No source selected

PRS

Peripheral Reflex System

ADC0

Analog to Digital Converter 0

USART0

Universal Synchronous/Asynchronous Receiver/Transmitter 0

USART1

Universal Synchronous/Asynchronous Receiver/Transmitter 1

LEUART0

Low Energy UART 0

I2C0

I2C 0

TIMER0

Timer 0

TIMER1

Timer 1

MSC

Memory System Controller

CRYPTO

Advanced Encryption Standard Accelerator

_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_prs(&self) -> bool
[src]

Checks if the value of the field is PRS

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_leuart0(&self) -> bool
[src]

Checks if the value of the field is LEUART0

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

Checks if the value of the field is I2C0

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_msc(&self) -> bool
[src]

Checks if the value of the field is MSC

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

Checks if the value of the field is CRYPTO

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]