Type Alias stm32h7xx_hal::rcc::rec::UsbClkSel

source ·
pub type UsbClkSel = USBSEL_A;
Expand description

USB kernel clock source selection.

Aliased Type§

enum UsbClkSel {
    Disable = 0,
    Pll1Q = 1,
    Pll3Q = 2,
    Hsi48 = 3,
}

Variants§

§

Disable = 0

0: Disable the kernel clock

§

Pll1Q = 1

1: pll1_q selected as peripheral clock

§

Pll3Q = 2

2: pll3_q selected as peripheral clock

§

Hsi48 = 3

3: HSI48 selected as peripheral clock