Searched refs:Clear_GPIO_Bit (Results 1 – 2 of 2) sorted by relevance
36 value = gpio_register & Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_direction()64 value &= Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_logicvalue()
361 #define Clear_GPIO_Bit(Bit) (~(1 << Bit)) macro