Enum nucleo_h7xx::pac::rcc::d3ccipr::LPTIM2SEL_A[]

#[repr(u8)]pub enum LPTIM2SEL_A {
    RCC_PCLK4,
    PLL2_P,
    PLL3_R,
    LSE,
    LSI,
    PER,
}

LPTIM2 kernel clock source selection

Value on reset: 0

Variants

RCC_PCLK4

0: rcc_pclk4 selected as peripheral clock

PLL2_P

1: pll2_p selected as peripheral clock

PLL3_R

2: pll3_r selected as peripheral clock

LSE

3: LSE selected as peripheral clock

LSI

4: LSI selected as peripheral clock

PER

5: PER selected as peripheral clock

Trait Implementations

impl Clone for LPTIM2SEL_A

impl Copy for LPTIM2SEL_A

impl Debug for LPTIM2SEL_A

impl PartialEq<LPTIM2SEL_A> for LPTIM2SEL_A

impl StructuralPartialEq for LPTIM2SEL_A

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> 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.