Searched refs:NUM_MIO_PINS (Results 1 – 1 of 1) sorted by relevance
77 #define NUM_MIO_PINS 54 macro81 #define VALID_PIN(u) (((u) >= MIO_PIN && (u) < MIO_PIN + NUM_MIO_PINS) || \157 if (pin < NUM_MIO_PINS) { in zy7_gpio_pin_getname()