Searched refs:gpio_put (Results 1 – 4 of 4) sorted by relevance
113 void gpio_put(uint gpio, int value) { in gpio_put() function
125 void gpio_put(uint gpio, int value);
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