Searched defs:Bit (Results 1 – 2 of 2) sorted by relevance
26 #define SetBit(Bit) (1 << Bit) argument
523 #define Set_GPIO_Bit(Bit) (1 << Bit) argument524 #define Clear_GPIO_Bit(Bit) (~(1 << Bit)) argument