Searched refs:RNG_IT_SEI (Results 1 – 4 of 4) sorted by relevance
75 #define RNG_IT_SEI ((uint8_t)0x40) /*!< Seed error interrupt */ macro78 #define IS_RNG_GET_IT(RNG_IT) (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI))
113 #define RNG_IT_SEI RNG_SR_SEIS /*!< Seed error interrupt */ macro314 ((IT) == RNG_IT_SEI))
335 …if ((__HAL_RNG_GET_IT(hrng, RNG_IT_CEI) != RESET) || (__HAL_RNG_GET_IT(hrng, RNG_IT_SEI) != RESET… in HAL_RNG_IRQHandler()342 __HAL_RNG_CLEAR_IT(hrng, RNG_IT_CEI|RNG_IT_SEI); in HAL_RNG_IRQHandler()
Completed in 9 milliseconds