Type Alias stm32h7xx_hal::rcc::rec::Lptim2ClkSel

source ·
pub type Lptim2ClkSel = LPTIM2SEL_A;
Expand description

LPTIM2 kernel clock source selection

Aliased Type§

enum Lptim2ClkSel {
    RccPclk4 = 0,
    Pll2P = 1,
    Pll3R = 2,
    Lse = 3,
    Lsi = 4,
    Per = 5,
}

Variants§

§

RccPclk4 = 0

0: rcc_pclk4 selected as peripheral clock

§

Pll2P = 1

1: pll2_p selected as peripheral clock

§

Pll3R = 2

2: pll3_r selected as peripheral clock

§

Lse = 3

3: LSE selected as peripheral clock

§

Lsi = 4

4: LSI selected as peripheral clock

§

Per = 5

5: PER selected as peripheral clock