[][src]Enum ambiq_apollo3_pac::ctimer::aux5::TMRA5TRIGW

pub enum TMRA5TRIGW {
    DIS,
    STIMER,
    B3OUT,
    A3OUT,
    A4OUT,
    B4OUT,
    A2OUT,
    B2OUT,
    B3OUT2,
    A3OUT2,
    A0OUT2,
    B0OUT2,
    A6OUT2DUAL,
    A7OUT2DUAL,
    B4OUT2DUAL,
    A4OUT2DUAL,
}

Values that can be written to the field TMRA5TRIG

Variants

DIS

Trigger source is disabled. value.

STIMER

Trigger source is STimer Interrupt. Only Active When CTLINK==1 and TMRB5TRIG!=0. TMRB5TRIG selects an STIMER interrupt value.

B3OUT

Trigger source is CTIMERB3 OUT. value.

A3OUT

Trigger source is CTIMERA3 OUT. value.

A4OUT

Trigger source is CTIMERA4 OUT. value.

B4OUT

Trigger source is CTIMERB4 OUT. value.

A2OUT

Trigger source is CTIMERA2 OUT. value.

B2OUT

Trigger source is CTIMERB2 OUT. value.

B3OUT2

Trigger source is CTIMERB3 OUT2. value.

A3OUT2

Trigger source is CTIMERA3 OUT2. value.

A0OUT2

Trigger source is CTIMERA0 OUT2. value.

B0OUT2

Trigger source is CTIMERB0 OUT2. value.

A6OUT2DUAL

Trigger source is CTIMERA6 OUT2, dual edge. value.

A7OUT2DUAL

Trigger source is CTIMERA7 OUT2, dual edge. value.

B4OUT2DUAL

Trigger source is CTIMERB4 OUT2, dual edge. value.

A4OUT2DUAL

Trigger source is CTIMERA4 OUT2, dual edge. value.

Auto Trait Implementations

impl Send for TMRA5TRIGW

impl Sync for TMRA5TRIGW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self