[][src]Enum atsame70j21b::afec0::afec_mr::TRGSEL_A

#[repr(u8)]pub enum TRGSEL_A {
    AFEC_TRIG0,
    AFEC_TRIG1,
    AFEC_TRIG2,
    AFEC_TRIG3,
    AFEC_TRIG4,
    AFEC_TRIG5,
    AFEC_TRIG6,
}

Trigger Selection

Value on reset: 0

Variants

AFEC_TRIG0

0: AFE0_ADTRG for AFEC0 / AFE1_ADTRG for AFEC1

AFEC_TRIG1

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

AFEC_TRIG2

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

AFEC_TRIG3

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

AFEC_TRIG4

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

AFEC_TRIG5

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

AFEC_TRIG6

6: Analog Comparator

Trait Implementations

impl Clone for TRGSEL_A[src]

impl Copy for TRGSEL_A[src]

impl Debug for TRGSEL_A[src]

impl From<TRGSEL_A> for u8[src]

impl PartialEq<TRGSEL_A> for TRGSEL_A[src]

impl StructuralPartialEq for TRGSEL_A[src]

Auto Trait Implementations

impl Send for TRGSEL_A

impl Sync for TRGSEL_A

impl Unpin for TRGSEL_A

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.