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

pub enum CFG25W {
    A7OUT2,
    A6OUT2,
    A2OUT2,
    A6OUT,
    B2OUT,
    B4OUT2,
    ONE,
    ZERO,
}

Values that can be written to the field CFG25

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

A2OUT2

Output is A2OUT2. value.

A6OUT

Output is A6OUT. value.

B2OUT

Output is B2OUT. value.

B4OUT2

Output is B4OUT2 value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Auto Trait Implementations

impl Send for CFG25W

impl Sync for CFG25W

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