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

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

Possible values of 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.

Methods

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

Checks if the value of the field is A1OUT2

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

Checks if the value of the field is A5OUT

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

Checks if the value of the field is B2OUT

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

Checks if the value of the field is B6OUT

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

impl Debug for CFG26R[src]

impl PartialEq<CFG26R> for CFG26R[src]

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

This method tests for !=.

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

impl Sync for CFG26R

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