[][src]Enum efm32pg12_pac::lesense::idleconf::CH7_A

pub enum CH7_A {
    DISABLE,
    HIGH,
    LOW,
    DAC,
}

Channel 7 Idle Phase Configuration

Value on reset: 0

Variants

DISABLE

0: CH7 output is disabled in idle phase

HIGH

1: CH7 output is high in idle phase

LOW

2: CH7 output is low in idle phase

DAC

3: CH7 output is connected to VDAC output in idle phase. Note that this mode is only available on channels

Trait Implementations

impl From<CH7_A> for u8[src]

impl Debug for CH7_A[src]

impl PartialEq<CH7_A> for CH7_A[src]

impl Copy for CH7_A[src]

impl StructuralPartialEq for CH7_A[src]

impl Clone for CH7_A[src]

Auto Trait Implementations

impl Unpin for CH7_A

impl Send for CH7_A

impl Sync for CH7_A

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