[][src]Enum nrf52810_pac::comp::refsel::REFSELW

pub enum REFSELW {
    INT1V2,
    INT1V8,
    INT2V4,
    VDD,
    AREF,
}

Values that can be written to the field REFSEL

Variants

INT1V2

VREF = internal 1.2 V reference (VDD >= 1.7 V)

INT1V8

VREF = internal 1.8 V reference (VDD >= VREF + 0.2 V)

INT2V4

VREF = internal 2.4 V reference (VDD >= VREF + 0.2 V)

VDD

VREF = VDD

AREF

VREF = AREF (VDD >= VREF >= AREFMIN)

Auto Trait Implementations

impl Send for REFSELW

impl Sync for REFSELW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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]