[][src]Enum ambiq_apollo3_pac::ctimer::aux0::TMRB0TRIGW

pub enum TMRB0TRIGW {
    DIS,
    A0OUT,
    B3OUT,
    A3OUT,
    B2OUT,
    B5OUT,
    A4OUT,
    B4OUT,
    B3OUT2,
    A3OUT2,
    B7OUT2,
    A2OUT2,
    A6OUT2DUAL,
    A7OUT2DUAL,
    B5OUT2DUAL,
    A5OUT2DUAL,
}

Values that can be written to the field TMRB0TRIG

Variants

DIS

Trigger source is disabled. value.

A0OUT

Trigger source is CTIMERA0 OUT. value.

B3OUT

Trigger source is CTIMERB3 OUT. value.

A3OUT

Trigger source is CTIMERA3 OUT. value.

B2OUT

Trigger source is CTIMERB2 OUT. value.

B5OUT

Trigger source is CTIMERB5 OUT. value.

A4OUT

Trigger source is CTIMERA4 OUT. value.

B4OUT

Trigger source is CTIMERB4 OUT. value.

B3OUT2

Trigger source is CTIMERB3 OUT2. value.

A3OUT2

Trigger source is CTIMERA3 OUT2. value.

B7OUT2

Trigger source is CTIMERB7 OUT2. value.

A2OUT2

Trigger source is CTIMERA2 OUT2. value.

A6OUT2DUAL

Trigger source is CTIMERA6 OUT2, dual edge. value.

A7OUT2DUAL

Trigger source is CTIMERA7 OUT2, dual edge. value.

B5OUT2DUAL

Trigger source is CTIMERB5 OUT2, dual edge. value.

A5OUT2DUAL

Trigger source is CTIMERA5 OUT2, dual edge. value.

Auto Trait Implementations

impl Send for TMRB0TRIGW

impl Sync for TMRB0TRIGW

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