Searched refs:get_gpio_index (Results 1 – 1 of 1) sorted by relevance
122 static inline int get_gpio_index(int gpio) in get_gpio_index() function151 _set_gpio_dataout(bank, get_gpio_index(gpio), value); in gpio_set_value()167 return _get_gpio_value(bank, get_gpio_index(gpio)); in gpio_get_value()181 _set_gpio_direction(bank, get_gpio_index(gpio), 1); in gpio_direction_input()197 _set_gpio_dataout(bank, get_gpio_index(gpio), value); in gpio_direction_output()198 _set_gpio_direction(bank, get_gpio_index(gpio), 0); in gpio_direction_output()
Completed in 3 milliseconds