Home
last modified time | relevance | path

Searched refs:RCC_CCIPR_RNGDIV (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rcc.c776 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()
Dstm32g0xx_hal_rcc_ex.c695 rngdiv = (1UL << ((READ_BIT(RCC->CCIPR, RCC_CCIPR_RNGDIV)) >> RCC_CCIPR_RNGDIV_Pos)); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h534 #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()
Dstm32g0xx_hal_rcc_ex.h916 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/
Dstm32g041xx.h4987 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
Dstm32g061xx.h5362 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
Dstm32g081xx.h5750 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro
Dstm32g0c1xx.h7151 #define RCC_CCIPR_RNGDIV RCC_CCIPR_RNGDIV_Msk macro