AHB prescaler
System clock switch
HSI selection as system clock
HSE selection as system clock
PLL selection as system clock
System clock switch status
LL_RCC_SYS_CLKSOURCE_STATUS_HSI
LL_RCC_SYS_CLKSOURCE_STATUS_HSE
LL_RCC_SYS_CLKSOURCE_STATUS_PLL
Calculate frequencies
__LL_RCC_CALC_PLLCLK_FREQ
Description:
Helper macro to calculate the PLLCLK
frequency on system domain.
Parameters:
__INPUTFREQ__: PLL Input frequency
(based on HSE/HSI)
__PLLM__: This parameter can be one of
the following values:
LL_RCC_PLLM_DIV_2
LL_RCC_PLLM_DIV_3
LL_RCC_PLLM_DIV_4
LL_RCC_PLLM_DIV_5
LL_RCC_PLLM_DIV_6
LL_RCC_PLLM_DIV_7
LL_RCC_PLLM_DIV_8