STM32H735xx HAL User Manual
Defines
RCCEx RNG Clock Source
RCCEx Exported Constants

Defines

#define RCC_RNGCLKSOURCE_HSI48   (0x00000000U)
#define RCC_RNGCLKSOURCE_PLL   RCC_D2CCIP2R_RNGSEL_0
#define RCC_RNGCLKSOURCE_LSE   RCC_D2CCIP2R_RNGSEL_1
#define RCC_RNGCLKSOURCE_LSI   RCC_D2CCIP2R_RNGSEL

Define Documentation

#define RCC_RNGCLKSOURCE_HSI48   (0x00000000U)

Definition at line 913 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_RNGCLKSOURCE_LSE   RCC_D2CCIP2R_RNGSEL_1

Definition at line 915 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_RNGCLKSOURCE_LSI   RCC_D2CCIP2R_RNGSEL

Definition at line 916 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_RNGCLKSOURCE_PLL   RCC_D2CCIP2R_RNGSEL_0

Definition at line 914 of file stm32h7xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().