[][src]Enum efm32hg309f64::prs::tracectrl::TSTOP_A

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

MTB TSTOP PRS select

Value on reset: 0

Variants

PRSCH0

0: PRS ch 0 is controlling TSTOP.

PRSCH1

1: PRS ch 1 is controlling TSTOP.

PRSCH2

2: PRS ch 2 is controlling TSTOP.

PRSCH3

3: PRS ch 3 is controlling TSTOP.

PRSCH4

4: PRS ch 4 is controlling TSTOP.

PRSCH5

5: PRS ch 5 is controlling TSTOP.

Trait Implementations

impl From<TSTOP_A> for u8[src]

impl Debug for TSTOP_A[src]

impl PartialEq<TSTOP_A> for TSTOP_A[src]

impl Copy for TSTOP_A[src]

impl StructuralPartialEq for TSTOP_A[src]

impl Clone for TSTOP_A[src]

Auto Trait Implementations

impl Unpin for TSTOP_A

impl Send for TSTOP_A

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