[][src]Enum efm32hg309f64::timer0::dtfc::DTPRS0FSEL_A

pub enum DTPRS0FSEL_A {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
}

DTI PRS Fault Source 0 Select

Value on reset: 0

Variants

PRSCH0

0: PRS Channel 0 selected as fault source 0

PRSCH1

1: PRS Channel 1 selected as fault source 0

PRSCH2

2: PRS Channel 2 selected as fault source 0

PRSCH3

3: PRS Channel 3 selected as fault source 0

PRSCH4

4: PRS Channel 4 selected as fault source 0

PRSCH5

5: PRS Channel 5 selected as fault source 0

PRSCH6

6: PRS Channel 6 selected as fault source 0

PRSCH7

7: PRS Channel 7 selected as fault source 0

Trait Implementations

impl From<DTPRS0FSEL_A> for u8[src]

impl Debug for DTPRS0FSEL_A[src]

impl PartialEq<DTPRS0FSEL_A> for DTPRS0FSEL_A[src]

impl Copy for DTPRS0FSEL_A[src]

impl StructuralPartialEq for DTPRS0FSEL_A[src]

impl Clone for DTPRS0FSEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self