Home
last modified time | relevance | path

Searched refs:RNG_CR_CLKDIV_15_0 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h666 MODIFY_REG(RNGx->CR, RNG_CR_CLKDIV_15_0, value << RNG_CR_CLKDIV_15_0_Pos); in LL_RNG_SetSamplingClockEnableDivider()
677 return (uint32_t)(READ_BIT(RNGx->CR, RNG_CR_CLKDIV_15_0) >> RNG_CR_CLKDIV_15_0_Pos); in LL_RNG_GetSamplingClockEnableDivider()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h4156 #define RNG_CR_CLKDIV_15_0 RNG_CR_CLKDIV_15_0_Msk macro