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