Searched refs:RNG_CR_RNG_DIS (Results 1 – 5 of 5) sorted by relevance
163 #if defined (RNG_CR_RNG_DIS)164 #define __HAL_RNG_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR &= ~RNG_CR_RNG_DIS)174 #if defined (RNG_CR_RNG_DIS)175 #define __HAL_RNG_DISABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= RNG_CR_RNG_DIS)
1992 CLEAR_BIT(RNGx->CR, RNG_CR_RNG_DIS); in LL_RNG_Enable()2003 SET_BIT(RNGx->CR, RNG_CR_RNG_DIS); in LL_RNG_Disable()2014 return ((READ_BIT(RNGx->CR, RNG_CR_RNG_DIS) != (RNG_CR_RNG_DIS)) ? 1UL : 0UL); in LL_RNG_IsEnabled()
4110 #define RNG_CR_RNG_DIS RNG_CR_RNG_DIS_Msk macro
4604 #define RNG_CR_RNG_DIS RNG_CR_RNG_DIS_Msk macro