[][src]Enum efm32gg11b820::adc0::scanctrl::REFW

pub enum REFW {
    _1V25,
    _2V5,
    VDD,
    _5V,
    EXTSINGLE,
    _2XEXTDIFF,
    _2XVDD,
    CONF,
}

Values that can be written to the field REF

Variants

_1V25

VFS = 1.25V with internal VBGR reference

_2V5

VFS = 2.5V with internal VBGR reference

VDD

VFS = AVDD with AVDD as reference source

_5V

VFS = 5V with internal VBGR reference

EXTSINGLE

Single ended external reference

_2XEXTDIFF

Differential external reference, 2x

_2XVDD

VFS=2xAVDD with AVDD as the reference source

CONF

Use SCANCTRLX to configure reference

Auto Trait Implementations

impl Send for REFW

impl Sync for REFW

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self