[−][src]Enum lpc55s6x_pac::adc0::stat::TRGACTR
Possible values of the field TRGACT
Variants
TRGACT_0
Command (sequence) associated with Trigger 0 currently being executed.
TRGACT_1
Command (sequence) associated with Trigger 1 currently being executed.
TRGACT_2
Command (sequence) associated with Trigger 2 currently being executed.
TRGACT_3
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_4
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_5
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_6
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_7
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_8
Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_9
Command (sequence) from the associated Trigger number is currently being executed.
_Reserved(u8)
Reserved
Methods
impl TRGACTR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_trgact_0(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_0
pub fn is_trgact_1(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_1
pub fn is_trgact_2(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_2
pub fn is_trgact_3(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_3
pub fn is_trgact_4(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_4
pub fn is_trgact_5(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_5
pub fn is_trgact_6(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_6
pub fn is_trgact_7(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_7
pub fn is_trgact_8(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_8
pub fn is_trgact_9(&self) -> bool
[src][−]
Checks if the value of the field is TRGACT_9
Trait Implementations
impl PartialEq<TRGACTR> for TRGACTR
[src][+]
impl Copy for TRGACTR
[src]
impl Debug for TRGACTR
[src][+]
impl Clone for TRGACTR
[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