[−][src]Enum lpc55s6x_pac::adc0::tctrl::TPRIR
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][+]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self