Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h1321 MODIFY_REG(RNGx->HEALTH_CR, RNG_HEALTH_CR_REPET_CUTOFF, value << RNG_HEALTH_CR_REPET_CUTOFF_Pos); in LL_RNG_SetRepetCutoff()
1333 …return (uint32_t)(READ_BIT(RNGx->HEALTH_CR, RNG_HEALTH_CR_REPET_CUTOFF) >> RNG_HEALTH_CR_REPET_CUT… in LL_RNG_GetRepetCutoff()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h4501 #define RNG_HEALTH_CR_REPET_CUTOFF RNG_HEALTH_CR_REPET_CUTO… macro