Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c761 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
775 rng_frequency = RCC_PLL_GetFreqDomain_RNG(); in LL_RCC_GetRNGClockFreq()
777 rng_frequency = (rng_frequency / rngdiv); in LL_RCC_GetRNGClockFreq()
783 rng_frequency = HSI_VALUE / 8U; in LL_RCC_GetRNGClockFreq()
785 rng_frequency = (rng_frequency / rngdiv); in LL_RCC_GetRNGClockFreq()
788 rng_frequency = RCC_GetSystemClockFreq(); in LL_RCC_GetRNGClockFreq()
790 rng_frequency = (rng_frequency / rngdiv); in LL_RCC_GetRNGClockFreq()
795 rng_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRNGClockFreq()
800 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c586 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
597 rng_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetRNGClockFreq()
609 rng_frequency = LSI_VALUE / 128U; in LL_RCC_GetRNGClockFreq()
613 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
622 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
631 rng_frequency = RCC_PLL_GetFreqDomain_RNG(); in LL_RCC_GetRNGClockFreq()
636 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c719 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
730 rng_frequency = HSI_VALUE; in LL_RCC_GetRNGClockFreq()
741 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
748 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
757 rng_frequency = RCC_PLL1Q_GetFreqDomain()/2U; in LL_RCC_GetRNGClockFreq()
767 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1313 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
1324 rng_frequency = HSI_VALUE; in LL_RCC_GetRNGClockFreq()
1331 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1338 rng_frequency = (HSI48_VALUE / 2U); in LL_RCC_GetRNGClockFreq()
1348 return rng_frequency; in LL_RCC_GetRNGClockFreq()
1701 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetSAESClockFreq() local
1713 rng_frequency = HSI_VALUE; in LL_RCC_GetSAESClockFreq()
1720 rng_frequency = (HSI_VALUE / 2U); in LL_RCC_GetSAESClockFreq()
1729 return rng_frequency; in LL_RCC_GetSAESClockFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c765 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
776 rng_frequency = RCC_PLL_GetFreqDomain_PLLQ(); in LL_RCC_GetRNGClockFreq()
783 rng_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetRNGClockFreq()
791 rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq()
799 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c755 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
768 rng_frequency = RCC_PLLI2S_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
777 rng_frequency = RCC_PLLSAI_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
786 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
794 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
798 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c987 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
1000 rng_frequency = RCC_PLLSAI1_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
1010 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
1018 rng_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetRNGClockFreq()
1028 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1037 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1082 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
1096 rng_frequency = RCC_PLLSAI1_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
1107 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
1115 rng_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), in LL_RCC_GetRNGClockFreq()
1127 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1134 rng_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRNGClockFreq()
1139 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c811 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
824 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
832 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
837 rng_frequency = LL_RCC_PERIPH_FREQUENCY_NA; in LL_RCC_GetRNGClockFreq()
842 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c747 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
760 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
767 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
773 rng_frequency = LL_RCC_GetCLK48ClockFreq(LL_RCC_CLK48_CLKSOURCE) / 3U; in LL_RCC_GetRNGClockFreq()
775 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c1017 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
1026 rng_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetRNGClockFreq()
1033 rng_frequency = 48000000U; in LL_RCC_GetRNGClockFreq()
1040 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
1047 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
1056 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1582 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
1594 rng_frequency = CSI_VALUE; in LL_RCC_GetRNGClockFreq()
1603 rng_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetRNGClockFreq()
1611 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
1619 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
1628 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c969 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
980 rng_frequency = RCC_PLL_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
988 rng_frequency = RCC_PLLSAI_GetFreqDomain_48M(); in LL_RCC_GetRNGClockFreq()
993 return rng_frequency; in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2793 uint32_t rng_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetRNGClockFreq() local
2805 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
2815 rng_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetRNGClockFreq()
2823 rng_frequency = LSE_VALUE; in LL_RCC_GetRNGClockFreq()
2830 rng_frequency = LSI_VALUE; in LL_RCC_GetRNGClockFreq()
2840 return rng_frequency; in LL_RCC_GetRNGClockFreq()