[][src]Enum efr32xg1::timer1::dtfc::DTPRS0FSELW

pub enum DTPRS0FSELW {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
}

Values that can be written to the field DTPRS0FSEL

Variants

PRSCH0

PRS Channel 0 selected as fault source 0

PRSCH1

PRS Channel 1 selected as fault source 1

PRSCH2

PRS Channel 2 selected as fault source 2

PRSCH3

PRS Channel 3 selected as fault source 3

PRSCH4

PRS Channel 4 selected as fault source 4

PRSCH5

PRS Channel 5 selected as fault source 5

PRSCH6

PRS Channel 6 selected as fault source 6

PRSCH7

PRS Channel 7 selected as fault source 7

PRSCH8

PRS Channel 8 selected as fault source 8

PRSCH9

PRS Channel 9 selected as fault source 9

PRSCH10

PRS Channel 10 selected as fault source 10

PRSCH11

PRS Channel 11 selected as fault source 11

Auto Trait Implementations

impl Send for DTPRS0FSELW

impl Sync for DTPRS0FSELW

Blanket Implementations

impl<T> From for T
[src]

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, 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]