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

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

Possible values of 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

_Reserved(u8)
[]

Reserved

Methods

impl TPRIR[src][]

pub fn bits(&self) -> u8[src][]

Value of the field as raw bits

pub fn is_tpri_0(&self) -> bool[src][]

Checks if the value of the field is TPRI_0

pub fn is_tpri_1(&self) -> bool[src][]

Checks if the value of the field is TPRI_1

pub fn is_tpri_2(&self) -> bool[src][]

Checks if the value of the field is TPRI_2

pub fn is_tpri_3(&self) -> bool[src][]

Checks if the value of the field is TPRI_3

pub fn is_tpri_4(&self) -> bool[src][]

Checks if the value of the field is TPRI_4

pub fn is_tpri_5(&self) -> bool[src][]

Checks if the value of the field is TPRI_5

pub fn is_tpri_6(&self) -> bool[src][]

Checks if the value of the field is TPRI_6

pub fn is_tpri_7(&self) -> bool[src][]

Checks if the value of the field is TPRI_7

pub fn is_tpri_8(&self) -> bool[src][]

Checks if the value of the field is TPRI_8

pub fn is_tpri_9(&self) -> bool[src][]

Checks if the value of the field is TPRI_9

pub fn is_tpri_15(&self) -> bool[src][]

Checks if the value of the field is TPRI_15

Trait Implementations

impl PartialEq<TPRIR> for TPRIR[src][+]

impl Copy for TPRIR[src]

impl Debug for TPRIR[src][+]

impl Clone for TPRIR[src][+]

fn clone_from(&mut self, source: &Self)1.0.0[src][]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TPRIR

impl Sync for TPRIR

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