Enum lpc55_pac::plu::wakeint_ctrl::FILTER_MODE_A[][src]

#[repr(u8)]
pub enum FILTER_MODE_A {
    BYPASS,
    FILTER1CLK,
    FILTER2CLK,
    FILTER3CLK,
}

control input of the PLU, add filtering for glitch.

Value on reset: 0

Variants

BYPASS

0: Bypass mode.

FILTER1CLK

1: Filter 1 clock period.

FILTER2CLK

2: Filter 2 clock period.

FILTER3CLK

3: Filter 3 clock period.

Trait Implementations

impl Clone for FILTER_MODE_A[src]

impl Copy for FILTER_MODE_A[src]

impl Debug for FILTER_MODE_A[src]

impl PartialEq<FILTER_MODE_A> for FILTER_MODE_A[src]

impl StructuralPartialEq for FILTER_MODE_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.