CARME-M4 BSP
V1.5
|
Macros | |
#define | RNG_IT_CEI ((uint8_t)0x20) |
#define | RNG_IT_SEI ((uint8_t)0x40) |
#define | IS_RNG_IT(IT) ((((IT) & (uint8_t)0x9F) == 0x00) && ((IT) != 0x00)) |
#define | IS_RNG_GET_IT(RNG_IT) (((RNG_IT) == RNG_IT_CEI) || ((RNG_IT) == RNG_IT_SEI)) |
#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.