[−][src]Enum lpc55s6x_pac::adc0::stat::TRGACTR
Possible values of the field TRGACT
Variants
TRGACT_0Command (sequence) associated with Trigger 0 currently being executed.
TRGACT_1Command (sequence) associated with Trigger 1 currently being executed.
TRGACT_2Command (sequence) associated with Trigger 2 currently being executed.
TRGACT_3Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_4Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_5Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_6Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_7Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_8Command (sequence) from the associated Trigger number is currently being executed.
TRGACT_9Command (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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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