Searched refs:GPIO_FUNC_PIO0 (Results 1 – 3 of 3) sorted by relevance
97 GPIO_FUNC_PIO0 = 6, enumerator
109 static_assert(GPIO_FUNC_PIO1 == GPIO_FUNC_PIO0 + 1, ""); in cyw43_spi_init()110 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()
Completed in 11 milliseconds