[][src]Enum lpc55s6x_pac::adc0::resfifo::TSRCR

pub enum TSRCR {
    TSRC_0,
    TSRC_1,
    TSRC_2,
    TSRC_3,
    TSRC_4,
    TSRC_5,
    TSRC_6,
    TSRC_7,
    TSRC_8,
    TSRC_9,
    TSRC_15,
    _Reserved(u8),
}
[]

Possible values of the field TSRC

Variants

TSRC_0
[]

Trigger source 0 initiated this conversion.

TSRC_1
[]

Trigger source 1 initiated this conversion.

TSRC_2
[]

Corresponding trigger source initiated this conversion.

TSRC_3
[]

Corresponding trigger source initiated this conversion.

TSRC_4
[]

Corresponding trigger source initiated this conversion.

TSRC_5
[]

Corresponding trigger source initiated this conversion.

TSRC_6
[]

Corresponding trigger source initiated this conversion.

TSRC_7
[]

Corresponding trigger source initiated this conversion.

TSRC_8
[]

Corresponding trigger source initiated this conversion.

TSRC_9
[]

Corresponding trigger source initiated this conversion.

TSRC_15
[]

Trigger source 15 initiated this conversion.

_Reserved(u8)
[]

Reserved

Methods

impl TSRCR[src][]

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

Value of the field as raw bits

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

Checks if the value of the field is TSRC_0

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

Checks if the value of the field is TSRC_1

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

Checks if the value of the field is TSRC_2

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

Checks if the value of the field is TSRC_3

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

Checks if the value of the field is TSRC_4

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

Checks if the value of the field is TSRC_5

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

Checks if the value of the field is TSRC_6

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

Checks if the value of the field is TSRC_7

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

Checks if the value of the field is TSRC_8

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

Checks if the value of the field is TSRC_9

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

Checks if the value of the field is TSRC_15

Trait Implementations

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

impl Copy for TSRCR[src]

impl Debug for TSRCR[src][+]

impl Clone for TSRCR[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 TSRCR

impl Sync for TSRCR

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