[][src]Enum ambiq_apollo3_pac::ctimer::aux6::TMRB6TRIGR

pub enum TMRB6TRIGR {
    DIS,
    A6OUT,
    B3OUT,
    A3OUT,
    A4OUT,
    B4OUT,
    A1OUT,
    B1OUT,
    B3OUT2,
    A3OUT2,
    A2OUT2,
    B2OUT2,
    A6OUT2DUAL,
    A7OUT2DUAL,
    B0OUT2DUAL,
    A0OUT2DUAL,
}

Possible values of the field TMRB6TRIG

Variants

DIS

Trigger source is disabled. value.

A6OUT

Trigger source is CTIMERA6 OUT. value.

B3OUT

Trigger source is CTIMERB3 OUT. value.

A3OUT

Trigger source is CTIMERA3 OUT. value.

A4OUT

Trigger source is CTIMERA4 OUT. value.

B4OUT

Trigger source is CTIMERB4 OUT. value.

A1OUT

Trigger source is CTIMERA1 OUT. value.

B1OUT

Trigger source is CTIMERB1 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.

A7OUT2DUAL

Trigger source is CTIMERA7 OUT2, dual edge. value.

B0OUT2DUAL

Trigger source is CTIMERB0 OUT2, dual edge. value.

A0OUT2DUAL

Trigger source is CTIMERA0 OUT2, dual edge. value.

Methods

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

Checks if the value of the field is A6OUT

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

Checks if the value of the field is A7OUT2DUAL

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

Checks if the value of the field is B0OUT2DUAL

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

Checks if the value of the field is A0OUT2DUAL

Trait Implementations

impl Copy for TMRB6TRIGR[src]

impl Debug for TMRB6TRIGR[src]

impl PartialEq<TMRB6TRIGR> for TMRB6TRIGR[src]

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

This method tests for !=.

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

impl Sync for TMRB6TRIGR

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