[][src]Enum efm32hg309f64::timer2::cc0_ctrl::PRSSEL_A

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

Compare/Capture Channel PRS Input Channel Selection

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

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