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

pub enum CMDSRCR {
    CMDSRC_0,
    CMDSRC_1,
    CMDSRC_2,
    CMDSRC_3,
    CMDSRC_4,
    CMDSRC_5,
    CMDSRC_6,
    CMDSRC_7,
    CMDSRC_8,
    CMDSRC_9,
    CMDSRC_15,
    _Reserved(u8),
}
[]

Possible values of the field CMDSRC

Variants

CMDSRC_0
[]

Not a valid value CMDSRC value for a dataword in RESFIFO. 0x0 is only found in initial FIFO state prior to an ADC conversion result dataword being stored to a RESFIFO buffer.

CMDSRC_1
[]

CMD1 buffer used as control settings for this conversion.

CMDSRC_2
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_3
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_4
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_5
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_6
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_7
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_8
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_9
[]

Corresponding command buffer used as control settings for this conversion.

CMDSRC_15
[]

CMD15 buffer used as control settings for this conversion.

_Reserved(u8)
[]

Reserved

Methods

impl CMDSRCR[src][]

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

Value of the field as raw bits

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

Checks if the value of the field is CMDSRC_0

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

Checks if the value of the field is CMDSRC_1

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

Checks if the value of the field is CMDSRC_2

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

Checks if the value of the field is CMDSRC_3

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

Checks if the value of the field is CMDSRC_4

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

Checks if the value of the field is CMDSRC_5

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

Checks if the value of the field is CMDSRC_6

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

Checks if the value of the field is CMDSRC_7

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

Checks if the value of the field is CMDSRC_8

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

Checks if the value of the field is CMDSRC_9

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

Checks if the value of the field is CMDSRC_15

Trait Implementations

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

impl Copy for CMDSRCR[src]

impl Debug for CMDSRCR[src][+]

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

impl Sync for CMDSRCR

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