[][src]Enum efm32pg12_pac::wdog0::pch0_prsctrl::PRSSEL_A

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

PRS Channel PRS Select

Value on reset: 0

Variants

PRSCH0

0: PRS Channel 0 selected as input

PRSCH1

1: PRS Channel 1 selected as input

PRSCH2

2: PRS Channel 2 selected as input

PRSCH3

3: PRS Channel 3 selected as input

PRSCH4

4: PRS Channel 4 selected as input

PRSCH5

5: PRS Channel 5 selected as input

PRSCH6

6: PRS Channel 6 selected as input

PRSCH7

7: PRS Channel 7 selected as input

PRSCH8

8: PRS Channel 8 selected as input

PRSCH9

9: PRS Channel 9 selected as input

PRSCH10

10: PRS Channel 10 selected as input

PRSCH11

11: PRS Channel 11 selected as input

Trait Implementations

impl From<PRSSEL_A> for u8[src]

impl Debug for PRSSEL_A[src]

impl PartialEq<PRSSEL_A> for PRSSEL_A[src]

impl Copy for PRSSEL_A[src]

impl StructuralPartialEq for PRSSEL_A[src]

impl Clone for PRSSEL_A[src]

Auto Trait Implementations

impl Unpin for PRSSEL_A

impl Send for PRSSEL_A

impl Sync for PRSSEL_A

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