[][src]Enum atsams70j19::afec0::afec_mr::TRGSELR

pub enum TRGSELR {
    AFEC_TRIG0,
    AFEC_TRIG1,
    AFEC_TRIG2,
    AFEC_TRIG3,
    AFEC_TRIG4,
    AFEC_TRIG5,
    AFEC_TRIG6,
}

Possible values of the field TRGSEL

Variants

AFEC_TRIG0

AFE0_ADTRG for AFEC0 / AFE1_ADTRG for AFEC1

AFEC_TRIG1

TIOA Output of the Timer Counter Channel 0 for AFEC0/TIOA Output of the Timer Counter Channel 3 for AFEC1

AFEC_TRIG2

TIOA Output of the Timer Counter Channel 1 for AFEC0/TIOA Output of the Timer Counter Channel 4 for AFEC1

AFEC_TRIG3

TIOA Output of the Timer Counter Channel 2 for AFEC0/TIOA Output of the Timer Counter Channel 5 for AFEC1

AFEC_TRIG4

PWM0 event line 0 for AFEC0 / PWM1 event line 0 for AFEC1

AFEC_TRIG5

PWM0 event line 1 for AFEC0 / PWM1 event line 1 for AFEC1

AFEC_TRIG6

Analog Comparator

Trait Implementations

impl ToBits<u8> for TRGSELR[src]

impl Debug for TRGSELR[src]

impl PartialEq<TRGSELR> for TRGSELR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for TRGSELR[src]

impl Clone for TRGSELR[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for TRGSELR

impl Sync for TRGSELR

impl Send for TRGSELR

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self