[][src]Enum nrf51::adc::config::EXTREFSEL_A

#[repr(u8)]pub enum EXTREFSEL_A {
    NONE,
    ANALOGREFERENCE0,
    ANALOGREFERENCE1,
}

ADC external reference pin selection.

Value on reset: 0

Variants

NONE

0: Analog external reference inputs disabled.

ANALOGREFERENCE0

1: Use analog reference 0 as reference.

ANALOGREFERENCE1

2: Use analog reference 1 as reference.

Trait Implementations

impl Clone for EXTREFSEL_A[src]

impl Copy for EXTREFSEL_A[src]

impl Debug for EXTREFSEL_A[src]

impl From<EXTREFSEL_A> for u8[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<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.