[−][src]Enum lpc55_pac::adc0::resfifo::CMDSRC_A
pub enum CMDSRC_A { CMDSRC_0, CMDSRC_1, CMDSRC_2, CMDSRC_3, CMDSRC_4, CMDSRC_5, CMDSRC_6, CMDSRC_7, CMDSRC_8, CMDSRC_9, CMDSRC_15, }
Command Buffer Source
Value on reset: 0
Variants
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.
1: CMD1 buffer used as control settings for this conversion.
2: Corresponding command buffer used as control settings for this conversion.
3: Corresponding command buffer used as control settings for this conversion.
4: Corresponding command buffer used as control settings for this conversion.
5: Corresponding command buffer used as control settings for this conversion.
6: Corresponding command buffer used as control settings for this conversion.
7: Corresponding command buffer used as control settings for this conversion.
8: Corresponding command buffer used as control settings for this conversion.
9: Corresponding command buffer used as control settings for this conversion.
15: CMD15 buffer used as control settings for this conversion.
Trait Implementations
impl Clone for CMDSRC_A
[src][+]
impl Copy for CMDSRC_A
[src]
impl Debug for CMDSRC_A
[src][+]
impl From<CMDSRC_A> for u8
[src][+]
impl PartialEq<CMDSRC_A> for CMDSRC_A
[src][+]
impl StructuralPartialEq for CMDSRC_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,