[][src]Enum lpc82x_pac::adc0::trm::VRANGE_A

pub enum VRANGE_A {
    HIGH_VOLTAGE,
    LOW_VOLTAGE,
}

2.4V to 3.6V Vdd range: This bit MUST be set to '1' if operation below 2.7V is to be used. Failure to set this bit will result in invalid ADC results. Note: This bit will not be spec'd on parts that do not support operation below 2.7V

Value on reset: 0

Variants

HIGH_VOLTAGE

0: High voltage

LOW_VOLTAGE

1: Low voltage

Trait Implementations

impl From<VRANGE_A> for bool[src]

impl Debug for VRANGE_A[src]

impl PartialEq<VRANGE_A> for VRANGE_A[src]

impl Copy for VRANGE_A[src]

impl Clone for VRANGE_A[src]

Auto Trait Implementations

impl Unpin for VRANGE_A

impl Send for VRANGE_A

impl Sync for VRANGE_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self