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

pub enum TPRIW {
    TPRI_0,
    TPRI_1,
    TPRI_2,
    TPRI_3,
    TPRI_4,
    TPRI_5,
    TPRI_6,
    TPRI_7,
    TPRI_8,
    TPRI_9,
    TPRI_15,
}
[]

Values that can be written to the field TPRI

Variants

TPRI_0
[]

Set to highest priority, Level 1

TPRI_1
[]

Set to corresponding priority level

TPRI_2
[]

Set to corresponding priority level

TPRI_3
[]

Set to corresponding priority level

TPRI_4
[]

Set to corresponding priority level

TPRI_5
[]

Set to corresponding priority level

TPRI_6
[]

Set to corresponding priority level

TPRI_7
[]

Set to corresponding priority level

TPRI_8
[]

Set to corresponding priority level

TPRI_9
[]

Set to corresponding priority level

TPRI_15
[]

Set to lowest priority, Level 16

Auto Trait Implementations

impl Send for TPRIW

impl Sync for TPRIW

Blanket Implementations

impl<T> From<T> for T[src][+]

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> Into<U> for T where
    U: From<T>, 
[src][+]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self