[][src]Enum atsame70j21b::tc0::tc_channel::tc_cmr_waveform_mode::ASWTRG_A

#[repr(u8)]pub enum ASWTRG_A {
    NONE,
    SET,
    CLEAR,
    TOGGLE,
}

Software Trigger Effect on TIOAx

Value on reset: 0

Variants

NONE

0: NONE

SET

1: SET

CLEAR

2: CLEAR

TOGGLE

3: TOGGLE

Trait Implementations

impl Clone for ASWTRG_A[src]

impl Copy for ASWTRG_A[src]

impl Debug for ASWTRG_A[src]

impl From<ASWTRG_A> for u8[src]

impl PartialEq<ASWTRG_A> for ASWTRG_A[src]

impl StructuralPartialEq for ASWTRG_A[src]

Auto Trait Implementations

impl Send for ASWTRG_A

impl Sync for ASWTRG_A

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