Searched refs:RNG_SR_CEIS (Results 1 – 9 of 9) sorted by relevance
75 #define LL_RNG_SR_CEIS RNG_SR_CEIS /*!< Clock error interrupt status */218 return (READ_BIT(RNGx->SR, RNG_SR_CEIS) == (RNG_SR_CEIS)); in LL_RNG_IsActiveFlag_CEIS()240 WRITE_REG(RNGx->SR, ~RNG_SR_CEIS); in LL_RNG_ClearFlag_CEIS()
116 #define RNG_IT_CEI ((uint32_t)RNG_SR_CEIS) /*!< Clock error interrupt */
111 #define LL_RNG_SR_CEIS RNG_SR_CEIS /*!< Clock error interrupt status */290 return (READ_BIT(RNGx->SR, RNG_SR_CEIS) == (RNG_SR_CEIS)); in LL_RNG_IsActiveFlag_CEIS()312 WRITE_REG(RNGx->SR, ~RNG_SR_CEIS); in LL_RNG_ClearFlag_CEIS()
146 #define RNG_IT_CEI RNG_SR_CEIS /*!< Clock error interrupt */
169 CLEAR_BIT(hrng->Instance->SR, RNG_SR_CEIS | RNG_SR_SEIS); in HAL_RNG_DeInit()
254 CLEAR_BIT(hrng->Instance->SR, RNG_SR_CEIS | RNG_SR_SEIS); in HAL_RNG_DeInit()
4620 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro
4771 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro
11712 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro