[−][src]Enum lpc55s6x_pac::adc0::resfifo::CMDSRCR
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][+]
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