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

pub enum CFG19R {
    A7OUT2,
    A6OUT2,
    B1OUT2,
    B4OUT,
    A2OUT,
    B4OUT2,
    ONE,
    ZERO,
}

Possible values of the field CFG19

Variants

A7OUT2

Output is A7OUT2. value.

A6OUT2

Output is A6OUT2. value.

B1OUT2

Output is B1OUT2. value.

B4OUT

Output is B4OUT. value.

A2OUT

Output is A2OUT. value.

B4OUT2

Output is B4OUT2 value.

ONE

Force output to 1. value.

ZERO

Force output to 0 value.

Methods

impl CFG19R[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_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

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

Checks if the value of the field is B4OUT

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

Checks if the value of the field is A2OUT

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

Checks if the value of the field is B4OUT2

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 CFG19R[src]

impl Debug for CFG19R[src]

impl PartialEq<CFG19R> for CFG19R[src]

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

This method tests for !=.

impl Clone for CFG19R[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 CFG19R

impl Sync for CFG19R

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