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

pub enum CFG16W {
    A7OUT2,
    A6OUT2,
    B3OUT2,
    A0OUT2,
    A0OUT,
    A4OUT,
    ONE,
    ZERO,
}

Values that can be written to the field CFG16

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

B3OUT2

Output is B3OUT2. value.

A0OUT2

Output is A0OUT2. value.

A0OUT

Output is A0OUT. value.

A4OUT

Output is A4OUT value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Auto Trait Implementations

impl Send for CFG16W

impl Sync for CFG16W

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