[][src]Enum efm32hg309f64::pcnt0::input::S0PRSSEL_A

pub enum S0PRSSEL_A {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
}

S0IN 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.

Trait Implementations

impl From<S0PRSSEL_A> for u8[src]

impl Debug for S0PRSSEL_A[src]

impl PartialEq<S0PRSSEL_A> for S0PRSSEL_A[src]

impl Copy for S0PRSSEL_A[src]

impl StructuralPartialEq for S0PRSSEL_A[src]

impl Clone for S0PRSSEL_A[src]

Auto Trait Implementations

impl Unpin for S0PRSSEL_A

impl Send for S0PRSSEL_A

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