pub type Usart234578ClkSel = USART234578SEL_A;
Expand description

USART2/3/4/5/7/8 kernel clock source selection.

Aliased Type§

enum Usart234578ClkSel {
    RccPclk1 = 0,
    Pll2Q = 1,
    Pll3Q = 2,
    HsiKer = 3,
    CsiKer = 4,
    Lse = 5,
}

Variants§

§

RccPclk1 = 0

0: rcc_pclk1 selected as peripheral clock

§

Pll2Q = 1

1: pll2_q selected as peripheral clock

§

Pll3Q = 2

2: pll3_q selected as peripheral clock

§

HsiKer = 3

3: hsi_ker selected as peripheral clock

§

CsiKer = 4

4: csi_ker selected as peripheral clock

§

Lse = 5

5: LSE selected as peripheral clock