[−][src]Enum lpc55_pac::plu::wakeint_ctrl::FILTER_CLKSEL_A
pub enum FILTER_CLKSEL_A { FRO1MHZ, FRO12MHZ, OTHER_CLOCK, }
hclk is divided by 2**filter_clksel.
Value on reset: 0
Variants
0: Selects the 1 MHz low-power oscillator as the filter clock.
1: Selects the 12 Mhz FRO as the filter 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 From<FILTER_CLKSEL_A> for u8
[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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,