Searched refs:gpio_put (Results 1 – 3 of 3) sorted by relevance
180 gpio_put(CS_PIN, value); in cs_set()345 gpio_put(DATA_OUT_PIN, false); in cyw43_spi_gpio_setup()350 gpio_put(CS_PIN, true); in cyw43_spi_gpio_setup()355 gpio_put(WL_REG_ON, false); // off in cyw43_spi_reset()357 gpio_put(WL_REG_ON, true); // on in cyw43_spi_reset()
748 static inline void gpio_put(uint gpio, bool value) { in gpio_put() function
248 gpio_put(gpio, 0); in gpio_init()
Completed in 7 milliseconds