[][src]Enum efm32pg12_pac::letimer0::ctrl::UFOA1_A

#[repr(u8)]
pub enum UFOA1_A {
    NONE,
    TOGGLE,
    PULSE,
    PWM,
}

Underflow Output Action 1

Value on reset: 0

Variants

NONE

0: LETn_O1 is held at its idle value as defined by OPOL1

TOGGLE

1: LETn_O1 is toggled on CNT underflow

PULSE

2: LETn_O1 is held active for one LFACLKLETIMER0 clock cycle on CNT underflow. The output then returns to its idle value as defined by OPOL1

PWM

3: LETn_O1 is set idle on CNT underflow, and active on compare match with COMP1

Trait Implementations

impl Clone for UFOA1_A[src]

impl Copy for UFOA1_A[src]

impl Debug for UFOA1_A[src]

impl From<UFOA1_A> for u8[src]

impl PartialEq<UFOA1_A> for UFOA1_A[src]

impl StructuralPartialEq for UFOA1_A[src]

Auto Trait Implementations

impl Send for UFOA1_A

impl Sync for UFOA1_A

impl Unpin for UFOA1_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.