|
discoverpixy
|
|
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 | ) |
| #define IS_RNG_GET_FLAG | ( | RNG_FLAG | ) |
| #define RNG_FLAG_CECS ((uint8_t)0x0002) |
Clock error current status
| #define RNG_FLAG_DRDY ((uint8_t)0x0001) |
Data ready
| #define RNG_FLAG_SECS ((uint8_t)0x0004) |
Seed error current status
1.8.9.1