[][src]Enum efm32gg11b820::wtimer3::cc3_ctrl::COFOA_A

#[repr(u8)]pub enum COFOA_A {
    NONE,
    TOGGLE,
    CLEAR,
    SET,
}

Counter Overflow Output Action

Value on reset: 0

Variants

NONE

0: No action on counter overflow

TOGGLE

1: Toggle output on counter overflow

CLEAR

2: Clear output on counter overflow

SET

3: Set output on counter overflow

Trait Implementations

impl Clone for COFOA_A[src]

impl Copy for COFOA_A[src]

impl Debug for COFOA_A[src]

impl From<COFOA_A> for u8[src]

impl PartialEq<COFOA_A> for COFOA_A[src]

impl StructuralPartialEq for COFOA_A[src]

Auto Trait Implementations

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, 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.