Macros | |
#define | IS_RNG_GET_IT(RNG_IT) (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI)) |
#define | IS_RNG_IT(IT) ((((IT) & (uint8_t)0x9F) == 0x00) && ((IT) != 0x00)) |
#define | RNG_IT_CEI ((uint8_t)0x20) |
#define | RNG_IT_SEI ((uint8_t)0x40) |
#define IS_RNG_GET_IT | ( | RNG_IT | ) | (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI)) |
Definition at line 78 of file stm32f4xx_rng.h.
#define IS_RNG_IT | ( | IT | ) | ((((IT) & (uint8_t)0x9F) == 0x00) && ((IT) != 0x00)) |
Definition at line 77 of file stm32f4xx_rng.h.
#define RNG_IT_CEI ((uint8_t)0x20) |
Clock error interrupt
Definition at line 74 of file stm32f4xx_rng.h.
#define RNG_IT_SEI ((uint8_t)0x40) |
Seed error interrupt
Definition at line 75 of file stm32f4xx_rng.h.