[][src]Enum xmc4400::hrpwm0_csg0::cc::COFM_A

#[repr(u8)]pub enum COFM_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
    VALUE5,
    VALUE6,
    VALUE7,
    VALUE8,
}

Comparator output filter window

Value on reset: 0

Variants

VALUE1

0: Comparator Output needs to be stable for 2 clock cycles

VALUE2

1: Comparator Output needs to be stable for 3 clock cycles

VALUE3

2: Comparator Output needs to be stable for 4 clock cycles

VALUE4

3: Comparator Output needs to be stable for 5 clock cycles

VALUE5

12: Comparator Output needs to be stable for 14 clock cycles

VALUE6

13: Comparator Output needs to be stable for 15 clock cycles

VALUE7

14: Comparator Output needs to be stable for 16 clock cycles

VALUE8

15: Comparator Output needs to be stable for 32 clock cycles

Trait Implementations

impl Clone for COFM_A[src]

impl Copy for COFM_A[src]

impl Debug for COFM_A[src]

impl From<COFM_A> for u8[src]

impl PartialEq<COFM_A> for COFM_A[src]

impl StructuralPartialEq for COFM_A[src]

Auto Trait Implementations

impl Send for COFM_A

impl Sync for COFM_A

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