Home
last modified time | relevance | path

Searched refs:RNG_IT_SEI (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rng.h75 #define RNG_IT_SEI ((uint8_t)0x40) /*!< Seed error interrupt */ macro
78 #define IS_RNG_GET_IT(RNG_IT) (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rng.h75 #define RNG_IT_SEI ((uint8_t)0x40) /*!< Seed error interrupt */ macro
78 #define IS_RNG_GET_IT(RNG_IT) (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rng.h113 #define RNG_IT_SEI RNG_SR_SEIS /*!< Seed error interrupt */ macro
314 ((IT) == RNG_IT_SEI))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rng.c335 …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