Searched refs:MAX_GPIO_PINS (Results 1 – 2 of 2) sorted by relevance
38 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_value()63 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_value()89 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_direction()114 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_direction()138 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_get_interrupt()163 assert(gpio_pin <= MAX_GPIO_PINS); in gpio_set_interrupt()
18 #define MAX_GPIO_PINS U(31) macro21 #define PIN_SHIFT(x) BIT(MAX_GPIO_PINS - (x))
Completed in 4 milliseconds