Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_PLL1Q (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rcc_ex.h298 #define RCC_RNGCLKSOURCE_PLL1Q (RCC_CCIPR2_RNGSEL_0 | RCC_CCIPR2_RNGSEL_1) macro
947 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL1Q))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h923 #define RCC_RNGCLKSOURCE_PLL1Q RCC_CCIPR5_RNGSEL_0 macro
3617 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL1Q) || \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c225 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL1Q) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1805 case RCC_RNGCLKSOURCE_PLL1Q: /* PLL1 is used as clock source for RNG*/ in HAL_RCCEx_PeriphCLKConfig()
5194 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL1RDY)) && (srcclk == RCC_RNGCLKSOURCE_PLL1Q)) in HAL_RCCEx_GetPeriphCLKFreq()