Type Alias stm32h7xx_hal::rcc::rec::RngClkSel

source ·
pub type RngClkSel = RNGSEL_A;
Expand description

RNG kernel clock source selection

Aliased Type§

enum RngClkSel {
    Hsi48 = 0,
    Pll1Q = 1,
    Lse = 2,
    Lsi = 3,
}

Variants§

§

Hsi48 = 0

0: HSI48 selected as peripheral clock

§

Pll1Q = 1

1: pll1_q selected as peripheral clock

§

Lse = 2

2: LSE selected as peripheral clock

§

Lsi = 3

3: LSI selected as peripheral clock