[][src]Enum ambiq_apollo3_pac::ctimer::aux7::TMRA7TRIGR

pub enum TMRA7TRIGR {
    DIS,
    B7OUT,
    B3OUT,
    A3OUT,
    A1OUT,
    B1OUT,
    A4OUT,
    B4OUT,
    B3OUT2,
    A3OUT2,
    A2OUT2,
    B2OUT2,
    A6OUT2DUAL,
    A5OUT2DUAL,
    B4OUT2DUAL,
    A4OUT2DUAL,
}

Possible values of the field TMRA7TRIG

Variants

DIS

Trigger source is disabled. value.

B7OUT

Trigger source is CTIMERB7 OUT. value.

B3OUT

Trigger source is CTIMERB3 OUT. value.

A3OUT

Trigger source is CTIMERA3 OUT. value.

A1OUT

Trigger source is CTIMERA1 OUT. value.

B1OUT

Trigger source is CTIMERB1 OUT. value.

A4OUT

Trigger source is CTIMERA4 OUT. value.

B4OUT

Trigger source is CTIMERB4 OUT. value.

B3OUT2

Trigger source is CTIMERB3 OUT2. value.

A3OUT2

Trigger source is CTIMERA3 OUT2. value.

A2OUT2

Trigger source is CTIMERA2 OUT2. value.

B2OUT2

Trigger source is CTIMERB2 OUT2. value.

A6OUT2DUAL

Trigger source is CTIMERA6 OUT2, dual edge. value.

A5OUT2DUAL

Trigger source is CTIMERA5 OUT2, dual edge. value.

B4OUT2DUAL

Trigger source is CTIMERB4 OUT2, dual edge. value.

A4OUT2DUAL

Trigger source is CTIMERA4 OUT2, dual edge. value.

Methods

impl TMRA7TRIGR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is DIS

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

Checks if the value of the field is B7OUT

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

Checks if the value of the field is B3OUT

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

Checks if the value of the field is A3OUT

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

Checks if the value of the field is A1OUT

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

Checks if the value of the field is B1OUT

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

Checks if the value of the field is A4OUT

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

Checks if the value of the field is B4OUT

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

Checks if the value of the field is B3OUT2

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

Checks if the value of the field is A3OUT2

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

Checks if the value of the field is A2OUT2

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

Checks if the value of the field is B2OUT2

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

Checks if the value of the field is A6OUT2DUAL

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

Checks if the value of the field is A5OUT2DUAL

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

Checks if the value of the field is B4OUT2DUAL

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

Checks if the value of the field is A4OUT2DUAL

Trait Implementations

impl Copy for TMRA7TRIGR[src]

impl Debug for TMRA7TRIGR[src]

impl PartialEq<TMRA7TRIGR> for TMRA7TRIGR[src]

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

This method tests for !=.

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

impl Sync for TMRA7TRIGR

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