[][src]Enum ambiq_apollo3_pac::ctimer::aux4::TMRA4TRIGR

pub enum TMRA4TRIGR {
    DIS,
    STIMER,
    B3OUT,
    A3OUT,
    A6OUT,
    B6OUT,
    A2OUT,
    B2OUT,
    B3OUT2,
    A3OUT2,
    A1OUT2,
    B1OUT2,
    A6OUT2DUAL,
    A7OUT2DUAL,
    B5OUT2DUAL,
    A5OUT2DUAL,
}

Possible values of the field TMRA4TRIG

Variants

DIS

Trigger source is disabled. value.

STIMER

Trigger source is STimer Interrupt. Only Active When CTLINK==1 and TMRB4TRIG!=0. TMRB4TRIG selects an STIMER interrupt value.

B3OUT

Trigger source is CTIMERB3 OUT. value.

A3OUT

Trigger source is CTIMERA3 OUT. value.

A6OUT

Trigger source is CTIMERA6 OUT. value.

B6OUT

Trigger source is CTIMERB6 OUT. value.

A2OUT

Trigger source is CTIMERA2 OUT. value.

B2OUT

Trigger source is CTIMERB2 OUT. value.

B3OUT2

Trigger source is CTIMERB3 OUT2. value.

A3OUT2

Trigger source is CTIMERA3 OUT2. value.

A1OUT2

Trigger source is CTIMERA1 OUT2. value.

B1OUT2

Trigger source is CTIMERB1 OUT2. value.

A6OUT2DUAL

Trigger source is CTIMERA6 OUT2, dual edge. value.

A7OUT2DUAL

Trigger source is CTIMERA7 OUT2, dual edge. value.

B5OUT2DUAL

Trigger source is CTIMERB5 OUT2, dual edge. value.

A5OUT2DUAL

Trigger source is CTIMERA5 OUT2, dual edge. value.

Methods

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

Checks if the value of the field is STIMER

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

Checks if the value of the field is A6OUT

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

Checks if the value of the field is B6OUT

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

Checks if the value of the field is A2OUT

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

Checks if the value of the field is B2OUT

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

Checks if the value of the field is A1OUT2

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

Checks if the value of the field is B1OUT2

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

Checks if the value of the field is A6OUT2DUAL

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

Checks if the value of the field is A7OUT2DUAL

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

Checks if the value of the field is B5OUT2DUAL

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

Checks if the value of the field is A5OUT2DUAL

Trait Implementations

impl Copy for TMRA4TRIGR[src]

impl Debug for TMRA4TRIGR[src]

impl PartialEq<TMRA4TRIGR> for TMRA4TRIGR[src]

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

This method tests for !=.

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

impl Sync for TMRA4TRIGR

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