[][src]Enum efm32pg12_pac::vdac0::ch0ctrl::TRIGMODE_A

#[repr(u8)]
pub enum TRIGMODE_A {
    SW,
    PRS,
    REFRESH,
    SWPRS,
    SWREFRESH,
    LESENSE,
}

Channel 0 Trigger Mode

Value on reset: 0

Variants

SW

0: Channel 0 is triggered by CH0DATA or COMBDATA write

PRS

1: Channel 0 is triggered by PRS input

REFRESH

2: Channel 0 is triggered by Refresh timer

SWPRS

3: Channel 0 is triggered by CH0DATA/COMBDATA write or PRS input

SWREFRESH

4: Channel 0 is triggered by CH0DATA/COMBDATA write or Refresh timer

LESENSE

5: Channel 0 is triggered by LESENSE

Trait Implementations

impl Clone for TRIGMODE_A[src]

impl Copy for TRIGMODE_A[src]

impl Debug for TRIGMODE_A[src]

impl From<TRIGMODE_A> for u8[src]

impl PartialEq<TRIGMODE_A> for TRIGMODE_A[src]

impl StructuralPartialEq for TRIGMODE_A[src]

Auto Trait Implementations

impl Send for TRIGMODE_A

impl Sync for TRIGMODE_A

impl Unpin for TRIGMODE_A

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> Same<T> for T

type Output = T

Should always be Self

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.