Searched refs:PIO_FUNCSEL_NUM (Results 1 – 1 of 1) sorted by relevance
199 #ifndef PIO_FUNCSEL_NUM200 #define PIO_FUNCSEL_NUM(pio, gpio) ((gpio_function_t) (GPIO_FUNC_PIO0 + PIO_NUM(pio))) macro845 return PIO_FUNCSEL_NUM(pio, 0); // note GPIO currently unused, so won't bother updating API in pio_get_funcsel()874 gpio_set_function(pin, PIO_FUNCSEL_NUM(pio, pin)); in pio_gpio_init()