Searched refs:GPIO_FUNC_PIO0 (Results 1 – 4 of 4) sorted by relevance
23 GPIO_FUNC_PIO0 = 6, enumerator
97 GPIO_FUNC_PIO0 = 6, enumerator
111 static_assert(GPIO_FUNC_PIO1 == GPIO_FUNC_PIO0 + 1, ""); in cyw43_spi_init()112 bus_data->pio_func_sel = GPIO_FUNC_PIO0 + pio_index; in cyw43_spi_init()
436 gpio_set_function(pin, pio == pio0 ? GPIO_FUNC_PIO0 : GPIO_FUNC_PIO1); in pio_gpio_init()