Macros | |
| #define | BIT(x) |
| #define | SETBIT(x, p) |
| #define | CLEARBIT(x, p) |
| #define | GETBIT(x, p) |
| #define | TOGGLEBIT(x, p) |
Simple macros for setting, clearing, and querying bits.
| #define BIT | ( | x | ) |
| #define CLEARBIT | ( | x, | |
| p ) |
| #define GETBIT | ( | x, | |
| p ) |
| #define SETBIT | ( | x, | |
| p ) |
| #define TOGGLEBIT | ( | x, | |
| p ) |