| #define CHECKMASKFLAG | ( | mask, | |
| flag | |||
| ) | (((mask) & (flag)) == (flag)) |
Macro for checking state of the bits specified by flags in the bit mask mask.
| flag | specifies the bits with states are to be checked |
| mask | specifies the mask of bits containing bits of flag |