Home
last modified time | relevance | path

Searched refs:RCC_RNGCLKSOURCE_PLL (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rcc_ex.h145 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
154 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
162 (((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
557 #define RCC_RNGCLKSOURCE_PLL (CLK48_MASK | LL_RCC_CLK48_CLKSOURCE_PLL) /*!< PLL "Q" cl… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h111 #define IS_RCC_RNGCLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
327 #define RCC_RNGCLKSOURCE_PLL LL_RCC_RNG_CLKSOURCE_PLL /*!< PLL "Q" clock selected as RNG… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h617 #define RCC_RNGCLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 macro
2812 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
2817 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
2826 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h397 #define RCC_RNGCLKSOURCE_PLL (RCC_CCIPR_RNGSEL_0|RCC_CCIPR_RNGSEL_1) /*!< PLL "Q" selecte… macro
1503 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h386 #define RCC_RNGCLKSOURCE_PLL RCC_CCIPR_CLK48SEL_1 macro
1578 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c363 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
670 …else if (rngClockSource == RCC_RNGCLKSOURCE_PLL) /* PLL clock divided by 3 used as RNG cloc… in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c315 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
680 else if (srcclk == RCC_RNGCLKSOURCE_PLL) /* PLL ? */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c425 if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
1182 if(srcclk == RCC_RNGCLKSOURCE_PLL) /* PLL ? */ in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h478 #define RCC_RNGCLKSOURCE_PLL RCC_CCIPR1_CLK48MSEL_1 /*!< PLL "Q" clock (PLL48M1CLK) */ macro
2078 ((__SOURCE__) == RCC_RNGCLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h921 #define RCC_RNGCLKSOURCE_PLL RCC_D2CCIP2R_RNGSEL_0 macro
926 #define RCC_RNGCLKSOURCE_PLL RCC_CDCCIP2R_RNGSEL_0 macro
4132 ((SOURCE) == RCC_RNGCLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c310 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c598 if (PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1466 case RCC_RNGCLKSOURCE_PLL: /* PLL is used as clock source for RNG*/ in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c617 if(PeriphClkInit->RngClockSelection == RCC_RNGCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()