[][src]Enum ambiq_apollo3_pac::ctimer::outcfg2::CFG26W

pub enum CFG26W {
    A7OUT2,
    A6OUT2,
    A1OUT2,
    A5OUT,
    B2OUT,
    B6OUT,
    ONE,
    ZERO,
}

Values that can be written to the field CFG26

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

A1OUT2

Output is A1OUT2. value.

A5OUT

Output is A5OUT. value.

B2OUT

Output is B2OUT. value.

B6OUT

Output is B6OUT value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Auto Trait Implementations

impl Send for CFG26W

impl Sync for CFG26W

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