STM32L443xx HAL User Manual
|
Defines | |
#define | LL_RCC_RNG_CLKSOURCE_HSI48 0x00000000U |
#define | LL_RCC_RNG_CLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 |
#define | LL_RCC_RNG_CLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 |
#define | LL_RCC_RNG_CLKSOURCE_MSI RCC_CCIPR_CLK48SEL |
#define LL_RCC_RNG_CLKSOURCE_HSI48 0x00000000U |
HSI48 clock used as RNG clock source
Definition at line 543 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetRNGClockFreq().
#define LL_RCC_RNG_CLKSOURCE_MSI RCC_CCIPR_CLK48SEL |
MSI clock used as RNG clock source
Definition at line 551 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetRNGClockFreq().
#define LL_RCC_RNG_CLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 |
PLL clock used as RNG clock source
Definition at line 550 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetRNGClockFreq().
#define LL_RCC_RNG_CLKSOURCE_PLLSAI1 RCC_CCIPR_CLK48SEL_0 |
PLLSAI1 clock used as RNG clock source
Definition at line 548 of file stm32l4xx_ll_rcc.h.
Referenced by LL_RCC_GetRNGClockFreq().