Searched refs:GPIO_INPUT_GET (Results 1 – 2 of 2) sorted by relevance
52 #define GPIO_INPUT_GET(gpio_no) ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_i… macro