[][src]Enum k22f::sim::sopt7::ADC0TRGSEL_A

#[repr(u8)]pub enum ADC0TRGSEL_A {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
}

ADC0 trigger select

Value on reset: 0

Variants

_0000

0: PDB external trigger pin input (PDB0_EXTRG)

_0001

1: High speed comparator 0 output

_0010

2: High speed comparator 1 output

_0011

3: High speed comparator 2 output

_0100

4: PIT trigger 0

_0101

5: PIT trigger 1

_0110

6: PIT trigger 2

_0111

7: PIT trigger 3

_1000

8: FTM0 trigger

_1001

9: FTM1 trigger

_1010

10: FTM2 trigger

_1011

11: FTM3 trigger

_1100

12: RTC alarm

_1101

13: RTC seconds

_1110

14: Low-power timer trigger

Trait Implementations

impl Clone for ADC0TRGSEL_A[src]

impl Copy for ADC0TRGSEL_A[src]

impl Debug for ADC0TRGSEL_A[src]

impl From<ADC0TRGSEL_A> for u8[src]

impl PartialEq<ADC0TRGSEL_A> for ADC0TRGSEL_A[src]

impl StructuralPartialEq for ADC0TRGSEL_A[src]

Auto Trait Implementations

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.