Searched refs:RCC_CCIPR_RNGDIV (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rcc.c | 776 rngdiv = (1UL << ((READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)) >> RCC_CCIPR_RNGDIV_Pos)); in LL_RCC_GetRNGClockFreq() 784 rngdiv = (1UL << ((READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)) >> RCC_CCIPR_RNGDIV_Pos)); in LL_RCC_GetRNGClockFreq() 789 rngdiv = (1UL << ((READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)) >> RCC_CCIPR_RNGDIV_Pos)); in LL_RCC_GetRNGClockFreq()
|
D | stm32g0xx_hal_rcc_ex.c | 695 rngdiv = (1UL << ((READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)) >> RCC_CCIPR_RNGDIV_Pos)); in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_rcc.h | 534 #define LL_RCC_RNG_CLK_DIV8 RCC_CCIPR_RNGDIV /*!< RNG clock divided by… 681 #define LL_RCC_RNG_CLKDIV RCC_CCIPR_RNGDIV /*!< RNG Clock division factor */ 2036 #if defined(RCC_CCIPR_RNGDIV) 2049 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_RNGDIV, RNGxDiv); in LL_RCC_SetRNGClockDiv() 2334 return (uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)); in LL_RCC_GetRNGClockDiv()
|
D | stm32g0xx_hal_rcc_ex.h | 916 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_RNGDIV, (uint32_t)(__RNG_CLKDIV__)) 925 #define __HAL_RCC_GET_RNG_DIV() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)))
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g041xx.h | 4987 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
|
D | stm32g061xx.h | 5362 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
|
D | stm32g081xx.h | 5750 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
|
D | stm32g0c1xx.h | 7151 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
|