Home
last modified time | relevance | path

Searched refs:RNGxSource (Results 1 – 25 of 29) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rcc.c763 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
768 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
771 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rcc.c584 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
589 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
592 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rcc.c717 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
722 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
725 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c809 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
814 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
817 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c745 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
748 uint32_t rngClockSource = LL_RCC_GetRNGClockSource(RNGxSource); in LL_RCC_GetRNGClockFreq()
751 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h2593 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
2595 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_RNGSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
2649 __STATIC_INLINE void LL_RCC_ConfigRNGClockSource(uint32_t RNGxSource, uint32_t CLK48xSource) in LL_RCC_ConfigRNGClockSource() argument
2651 if (RNGxSource == LL_RCC_RNG_CLKSOURCE_CLK48) in LL_RCC_ConfigRNGClockSource()
2655 LL_RCC_SetRNGClockSource(RNGxSource); in LL_RCC_ConfigRNGClockSource()
4530 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c759 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
765 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
768 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_rcc.c753 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
758 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
762 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c967 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
972 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
975 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c985 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
990 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
993 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1080 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
1085 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
1088 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1311 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
1316 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
1319 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1580 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
1586 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
1588 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1671 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
1673 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_CLK48SEL, RNGxSource); in LL_RCC_SetRNGClockSource()
2980 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h2134 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
2136 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_RNGSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
3414 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1973 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
1975 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_CLK48SEL, RNGxSource); in LL_RCC_SetRNGClockSource()
3270 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h1934 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
1936 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_RNGSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
3249 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h2064 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
2066 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_RNGSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
3938 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2791 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
2797 assert_param(IS_LL_RCC_RNG_CLKSOURCE(RNGxSource)); in LL_RCC_GetRNGClockFreq()
2800 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h1543 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
1545 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_HSI48SEL, RNGxSource); in LL_RCC_SetRNGClockSource()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c1015 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource) in LL_RCC_GetRNGClockFreq() argument
1020 switch (LL_RCC_GetRNGClockSource(RNGxSource)) in LL_RCC_GetRNGClockFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h3527 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
3530 MODIFY_REG(RCC->DCKCFGR, RCC_DCKCFGR_CK48MSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
3532 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_CK48MSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
7055 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2546 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
2548 MODIFY_REG(RCC->DCKCFGR2, RCC_DCKCFGR2_CK48MSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
5127 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2524 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
2526 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_CLK48MSEL, RNGxSource); in LL_RCC_SetRNGClockSource()
4803 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3115 __STATIC_INLINE void LL_RCC_SetRNGClockSource(uint32_t RNGxSource) in LL_RCC_SetRNGClockSource() argument
3117 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_CLK48SEL, RNGxSource); in LL_RCC_SetRNGClockSource()
6186 uint32_t LL_RCC_GetRNGClockFreq(uint32_t RNGxSource);

12