Searched refs:GPIO_CONTROL_PIN (Results 1 – 1 of 1) sorted by relevance
16 #define GPIO_CONTROL_PIN 4 macro117 return !!(pin_reg & BIT(GPIO_CONTROL_PIN)); in amdisp_gpio_get()129 pin_reg |= BIT(GPIO_CONTROL_PIN); in amdisp_gpio_set()131 pin_reg &= ~BIT(GPIO_CONTROL_PIN); in amdisp_gpio_set()
Completed in 26 milliseconds