Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_PLLQ (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc_ex.h361 #define RCC_RNGCLKSOURCE_PLLQ RCC_CCIPR_CLK48SEL_1 macro
1245 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLQ) || \
1251 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLLQ))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c334 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLLQ) in HAL_RCCEx_PeriphCLKConfig()
1030 case RCC_RNGCLKSOURCE_PLLQ: in HAL_RCCEx_GetPeriphCLKFreq()