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

#[repr(u8)]
pub enum FILTER_CLKSEL_A {
    FRO1MHZ,
    FRO12MHZ,
    OTHER_CLOCK,
}

hclk is divided by 2**filter_clksel.

Value on reset: 0

Variants

FRO1MHZ

0: Selects the 1 MHz low-power oscillator as the filter clock.

FRO12MHZ

1: Selects the 12 Mhz FRO as the filter clock.

OTHER_CLOCK

2: Selects a third filter clock source, if provided.

Trait Implementations

impl Clone for FILTER_CLKSEL_A[src]

impl Copy for FILTER_CLKSEL_A[src]

impl Debug for FILTER_CLKSEL_A[src]

impl PartialEq<FILTER_CLKSEL_A> for FILTER_CLKSEL_A[src]

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