CARME-M4 BSP
V1.5
|
Macros | |
#define | RNG_FLAG_DRDY ((uint8_t)0x0001) |
#define | RNG_FLAG_CECS ((uint8_t)0x0002) |
#define | RNG_FLAG_SECS ((uint8_t)0x0004) |
#define | IS_RNG_GET_FLAG(RNG_FLAG) |
#define | IS_RNG_CLEAR_FLAG(RNG_FLAG) |
#define IS_RNG_CLEAR_FLAG | ( | RNG_FLAG | ) |
Definition at line 65 of file stm32f4xx_rng.h.
#define IS_RNG_GET_FLAG | ( | RNG_FLAG | ) |
Definition at line 62 of file stm32f4xx_rng.h.
#define RNG_FLAG_CECS ((uint8_t)0x0002) |
Clock error current status
Definition at line 59 of file stm32f4xx_rng.h.
#define RNG_FLAG_DRDY ((uint8_t)0x0001) |
Data ready
Definition at line 58 of file stm32f4xx_rng.h.
#define RNG_FLAG_SECS ((uint8_t)0x0004) |
Seed error current status
Definition at line 60 of file stm32f4xx_rng.h.