[][src]Enum efm32gg11b820::acmp1::ctrl::PWRSEL_A

#[repr(u8)]pub enum PWRSEL_A {
    AVDD,
    DVDD,
    IOVDD0,
    IOVDD1,
}

Power Select

Value on reset: 0

Variants

AVDD

0: AVDD supply

DVDD

1: DVDD supply

IOVDD0

2: IOVDD/IOVDD0 supply

IOVDD1

4: IOVDD1 supply (if part has two I/O voltages)

Trait Implementations

impl Clone for PWRSEL_A[src]

impl Copy for PWRSEL_A[src]

impl Debug for PWRSEL_A[src]

impl From<PWRSEL_A> for u8[src]

impl PartialEq<PWRSEL_A> for PWRSEL_A[src]

impl StructuralPartialEq for PWRSEL_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, 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.