[][src]Enum lpc55s6x_pac::adc0::stat::TRGACTR

pub enum TRGACTR {
    TRGACT_0,
    TRGACT_1,
    TRGACT_2,
    TRGACT_3,
    TRGACT_4,
    TRGACT_5,
    TRGACT_6,
    TRGACT_7,
    TRGACT_8,
    TRGACT_9,
    _Reserved(u8),
}
[]

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][+]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TRGACTR

impl Sync for TRGACTR

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