Home
last modified time | relevance | path

Searched refs:PIO_FUNCSEL_NUM (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio.h199 #ifndef PIO_FUNCSEL_NUM
200 #define PIO_FUNCSEL_NUM(pio, gpio) ((gpio_function_t) (GPIO_FUNC_PIO0 + PIO_NUM(pio))) macro
845 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()