Searched defs:POS (Results 1 – 1 of 1) sorted by relevance
60 #define ValBit(VAR,POS) (VAR & (1 << POS)) argument61 #define SetBit(VAR,POS) (VAR |= (1 << POS)) argument62 #define ClrBit(VAR,POS) (VAR &= ((1 << POS)^255)) argument