Enum msp432p401r::ref_a::refctl0::REFVSEL_A[][src]

#[repr(u8)]pub enum REFVSEL_A {
    REFVSEL_0,
    REFVSEL_1,
    REFVSEL_3,
}

Reference voltage level select

Variants

REFVSEL_0

0: 1.2 V available when reference requested or REFON = 1

REFVSEL_1

1: 1.45 V available when reference requested or REFON = 1

REFVSEL_3

3: 2.5 V available when reference requested or REFON = 1

Trait Implementations

impl Clone for REFVSEL_A[src]

impl Copy for REFVSEL_A[src]

impl Debug for REFVSEL_A[src]

impl PartialEq<REFVSEL_A> for REFVSEL_A[src]

impl StructuralPartialEq for REFVSEL_A[src]

Auto Trait Implementations

impl Send for REFVSEL_A

impl Sync for REFVSEL_A

impl Unpin for REFVSEL_A

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