[][src]Enum ambiq_apollo3_pac::ctimer::outcfg1::CFG11W

pub enum CFG11W {
    A7OUT2,
    A6OUT2,
    B5OUT2,
    B4OUT,
    B2OUT,
    B2OUT2,
    ONE,
    ZERO,
}

Values that can be written to the field CFG11

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

B5OUT2

Output is B5OUT2. value.

B4OUT

Output is B4OUT. value.

B2OUT

Output is B2OUT. value.

B2OUT2

Output is B2OUT2 value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Auto Trait Implementations

impl Send for CFG11W

impl Sync for CFG11W

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