[][src]Enum lpc55s6x_pac::adc0::tctrl::TPRI_A

#[repr(u8)]
pub enum TPRI_A {
    TPRI_0,
    TPRI_1,
    TPRI_2,
    TPRI_3,
    TPRI_4,
    TPRI_5,
    TPRI_6,
    TPRI_7,
    TPRI_8,
    TPRI_9,
    TPRI_15,
}

Trigger priority setting

Value on reset: 0

Variants

TPRI_0

0: Set to highest priority, Level 1

TPRI_1

1: Set to corresponding priority level

TPRI_2

2: Set to corresponding priority level

TPRI_3

3: Set to corresponding priority level

TPRI_4

4: Set to corresponding priority level

TPRI_5

5: Set to corresponding priority level

TPRI_6

6: Set to corresponding priority level

TPRI_7

7: Set to corresponding priority level

TPRI_8

8: Set to corresponding priority level

TPRI_9

9: Set to corresponding priority level

TPRI_15

15: Set to lowest priority, Level 16

Trait Implementations

impl Clone for TPRI_A[src]

impl Copy for TPRI_A[src]

impl Debug for TPRI_A[src]

impl From<TPRI_A> for u8[src]

impl PartialEq<TPRI_A> for TPRI_A[src]

impl StructuralPartialEq for TPRI_A[src]

Auto Trait Implementations

impl Send for TPRI_A

impl Sync for TPRI_A

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