Searched refs:RNG_HEALTH_CR_REPET_CUTOFF (Results 1 – 2 of 2) sorted by relevance
1321 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()
4501 #define RNG_HEALTH_CR_REPET_CUTOFF RNG_HEALTH_CR_REPET_CUTO… macro