[][src]Enum efm32pg12_pac::pcnt0::input::S1PRSSEL_A

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

S1IN PRS Channel Select

Value on reset: 0

Variants

PRSCH0

0: PRS Channel 0 selected.

PRSCH1

1: PRS Channel 1 selected.

PRSCH2

2: PRS Channel 2 selected.

PRSCH3

3: PRS Channel 3 selected.

PRSCH4

4: PRS Channel 4 selected.

PRSCH5

5: PRS Channel 5 selected.

PRSCH6

6: PRS Channel 6 selected.

PRSCH7

7: PRS Channel 7 selected.

PRSCH8

8: PRS Channel 8 selected.

PRSCH9

9: PRS Channel 9 selected.

PRSCH10

10: PRS Channel 10 selected.

PRSCH11

11: PRS Channel 11 selected.

Trait Implementations

impl From<S1PRSSEL_A> for u8[src]

impl Debug for S1PRSSEL_A[src]

impl PartialEq<S1PRSSEL_A> for S1PRSSEL_A[src]

impl Copy for S1PRSSEL_A[src]

impl StructuralPartialEq for S1PRSSEL_A[src]

impl Clone for S1PRSSEL_A[src]

Auto Trait Implementations

impl Unpin for S1PRSSEL_A

impl Send for S1PRSSEL_A

impl Sync for S1PRSSEL_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