Searched refs:fsel (Results 1 – 2 of 2) sorted by relevance
16 void rpi3_gpio_set_select(int gpio, int fsel);
70 void rpi3_gpio_set_select(int gpio, int fsel) in rpi3_gpio_set_select() argument78 sel = (sel & (~mask)) | ((fsel << shift) & mask); in rpi3_gpio_set_select()
Completed in 3 milliseconds