[−][src]Enum lpc55_pac::adc0::resfifo::TSRC_A
pub enum TSRC_A { TSRC_0, TSRC_1, TSRC_2, TSRC_3, TSRC_4, TSRC_5, TSRC_6, TSRC_7, TSRC_8, TSRC_9, TSRC_15, }
Trigger Source
Value on reset: 0
Variants
0: Trigger source 0 initiated this conversion.
1: Trigger source 1 initiated this conversion.
2: Corresponding trigger source initiated this conversion.
3: Corresponding trigger source initiated this conversion.
4: Corresponding trigger source initiated this conversion.
5: Corresponding trigger source initiated this conversion.
6: Corresponding trigger source initiated this conversion.
7: Corresponding trigger source initiated this conversion.
8: Corresponding trigger source initiated this conversion.
9: Corresponding trigger source initiated this conversion.
15: Trigger source 15 initiated this conversion.
Trait Implementations
impl Clone for TSRC_A
[src][+]
impl Copy for TSRC_A
[src]
impl Debug for TSRC_A
[src][+]
impl From<TSRC_A> for u8
[src][+]
impl PartialEq<TSRC_A> for TSRC_A
[src][+]
impl StructuralPartialEq for TSRC_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>,