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

pub enum UFOA0_A {
    NONE,
    TOGGLE,
    PULSE,
    PWM,
}

Underflow Output Action 0

Value on reset: 0

Variants

NONE

0: LETn_O0 is held at its idle value as defined by OPOL0

TOGGLE

1: LETn_O0 is toggled on CNT underflow

PULSE

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

PWM

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

Trait Implementations

impl From<UFOA0_A> for u8[src]

impl Debug for UFOA0_A[src]

impl PartialEq<UFOA0_A> for UFOA0_A[src]

impl Copy for UFOA0_A[src]

impl StructuralPartialEq for UFOA0_A[src]

impl Clone for UFOA0_A[src]

Auto Trait Implementations

impl Unpin for UFOA0_A

impl Send for UFOA0_A

impl Sync for UFOA0_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