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

pub enum CFG22R {
    A7OUT2,
    A6OUT2,
    A2OUT2,
    A1OUT,
    A6OUT,
    B5OUT,
    ONE,
    ZERO,
}

Possible values of the field CFG22

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

A2OUT2

Output is A2OUT2. value.

A1OUT

Output is A1OUT. value.

A6OUT

Output is A6OUT. value.

B5OUT

Output is B5OUT value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Methods

impl CFG22R[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

Trait Implementations

impl Copy for CFG22R[src]

impl Debug for CFG22R[src]

impl PartialEq<CFG22R> for CFG22R[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for CFG22R[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CFG22R

impl Sync for CFG22R

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