Enum nrf52810_hal::pac::comp::extrefsel::EXTREFSEL_A[][src]

pub enum EXTREFSEL_A {
    ANALOGREFERENCE0,
    ANALOGREFERENCE1,
    ANALOGREFERENCE2,
    ANALOGREFERENCE3,
    ANALOGREFERENCE4,
    ANALOGREFERENCE5,
    ANALOGREFERENCE6,
    ANALOGREFERENCE7,
}

External analog reference select

Value on reset: 0

Variants

ANALOGREFERENCE0

0: Use AIN0 as external analog reference

ANALOGREFERENCE1

1: Use AIN1 as external analog reference

ANALOGREFERENCE2

2: Use AIN2 as external analog reference

ANALOGREFERENCE3

3: Use AIN3 as external analog reference

ANALOGREFERENCE4

4: Use AIN4 as external analog reference

ANALOGREFERENCE5

5: Use AIN5 as external analog reference

ANALOGREFERENCE6

6: Use AIN6 as external analog reference

ANALOGREFERENCE7

7: Use AIN7 as external analog reference

Trait Implementations

impl Clone for EXTREFSEL_A[src]

impl Copy for EXTREFSEL_A[src]

impl Debug for EXTREFSEL_A[src]

impl PartialEq<EXTREFSEL_A> for EXTREFSEL_A[src]

impl StructuralPartialEq for EXTREFSEL_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.