STM32L486xx HAL User Manual
Defines
RNG Clock Source
RCCEx Exported Constants

Defines

#define RCC_RNGCLKSOURCE_NONE   0x00000000U
#define RCC_RNGCLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0
#define RCC_RNGCLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1
#define RCC_RNGCLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Define Documentation

#define RCC_RNGCLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Definition at line 623 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_RNGCLKSOURCE_NONE   0x00000000U

Definition at line 619 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_RNGCLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1

Definition at line 622 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_RNGCLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0

Definition at line 621 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().