Searched defs:Bit (Results 1 – 2 of 2) sorted by relevance
12 #define SetBit(Bit) (1 << Bit) argument
361 #define Set_GPIO_Bit(Bit) (1 << Bit) argument362 #define Clear_GPIO_Bit(Bit) (~(1 << Bit)) argument