[][src]Enum efm32pg12_pac::lesense::perctrl::WARMUPMODE_A

pub enum WARMUPMODE_A {
    NORMAL,
    KEEPACMPWARM,
    KEEPDACWARM,
    KEEPACMPDACWARM,
}

ACMP and VDAC Duty Cycle Mode

Value on reset: 0

Variants

NORMAL

0: The analog comparators and VDAC are shut down when LESENSE is idle

KEEPACMPWARM

1: The analog comparators are kept powered up when LESENSE is idle

KEEPDACWARM

2: The VDAC is kept powered up when LESENSE is idle

KEEPACMPDACWARM

3: The analog comparators and VDAC are kept powered up when LESENSE is idle

Trait Implementations

impl From<WARMUPMODE_A> for u8[src]

impl Debug for WARMUPMODE_A[src]

impl PartialEq<WARMUPMODE_A> for WARMUPMODE_A[src]

impl Copy for WARMUPMODE_A[src]

impl StructuralPartialEq for WARMUPMODE_A[src]

impl Clone for WARMUPMODE_A[src]

Auto Trait Implementations

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