Enum atsame70n20b_pac::tc0::tc_channel::cmr_capture_mode::ETRGEDG_A[][src]

#[repr(u8)]pub enum ETRGEDG_A {
    NONE,
    RISING,
    FALLING,
    EDGE,
}

External Trigger Edge Selection

Value on reset: 0

Variants

NONE

0: The clock is not gated by an external signal.

RISING

1: Rising edge

FALLING

2: Falling edge

EDGE

3: Each edge

Trait Implementations

impl Clone for ETRGEDG_A[src]

impl Copy for ETRGEDG_A[src]

impl Debug for ETRGEDG_A[src]

impl PartialEq<ETRGEDG_A> for ETRGEDG_A[src]

impl StructuralPartialEq for ETRGEDG_A[src]

Auto Trait Implementations

impl Send for ETRGEDG_A

impl Sync for ETRGEDG_A

impl Unpin for ETRGEDG_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.