[][src]Enum k22f::pdb0::sc::TRGSEL_A

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

Trigger Input Source Select

Value on reset: 0

Variants

_0000

0: Trigger-In 0 is selected.

_0001

1: Trigger-In 1 is selected.

_0010

2: Trigger-In 2 is selected.

_0011

3: Trigger-In 3 is selected.

_0100

4: Trigger-In 4 is selected.

_0101

5: Trigger-In 5 is selected.

_0110

6: Trigger-In 6 is selected.

_0111

7: Trigger-In 7 is selected.

_1000

8: Trigger-In 8 is selected.

_1001

9: Trigger-In 9 is selected.

_1010

10: Trigger-In 10 is selected.

_1011

11: Trigger-In 11 is selected.

_1100

12: Trigger-In 12 is selected.

_1101

13: Trigger-In 13 is selected.

_1110

14: Trigger-In 14 is selected.

_1111

15: Software trigger is selected.

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.