Enum msp432p401r::comp_e0::cex_ctl1::CEFDLY_A[][src]

#[repr(u8)]pub enum CEFDLY_A {
    CEFDLY_0,
    CEFDLY_1,
    CEFDLY_2,
    CEFDLY_3,
}

Filter delay

Value on reset: 0

Variants

CEFDLY_0

0: Typical filter delay of TBD (450) ns

CEFDLY_1

1: Typical filter delay of TBD (900) ns

CEFDLY_2

2: Typical filter delay of TBD (1800) ns

CEFDLY_3

3: Typical filter delay of TBD (3600) ns

Trait Implementations

impl Clone for CEFDLY_A[src]

impl Copy for CEFDLY_A[src]

impl Debug for CEFDLY_A[src]

impl PartialEq<CEFDLY_A> for CEFDLY_A[src]

impl StructuralPartialEq for CEFDLY_A[src]

Auto Trait Implementations

impl Send for CEFDLY_A

impl Sync for CEFDLY_A

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