gpio_pin_set_active
error = gpio_pin_set_active(pa_pin, 1);
error = gpio_pin_set_active(pa_pin, 1);
gpio_pin_set_active(((struct i2c_softc *)ctx)->rb_sdapin, value);
gpio_pin_set_active(((struct i2c_softc *)ctx)->rb_sclpin, value);
gpio_pin_set_active(sc->rb_sclpin, true);
gpio_pin_set_active(sc->rb_sdapin, true);
gpio_pin_set_active(sc->cspins[cs & ~SPIBUS_CS_HIGH], pinactive);
if (gpio_pin_set_active(sc->reset_gpio, true)) {
if ((err = gpio_pin_set_active(sc->reset_gpio, false)))
if (gpio_pin_set_active(sc->reset_gpio, true)) {
rv = gpio_pin_set_active(sc->gpio_ep, 0);
rv = gpio_pin_set_active(sc->gpio_ep, 1);
gpio_pin_set_active(sc->sc_pin, sc->sc_brightness);
int gpio_pin_set_active(gpio_pin_t pin, bool active);
gpio_pin_set_active(sc->sdapin, 0);
gpio_pin_set_active(sc->sclpin, 0);
gpio_pin_set_active(led->pin, onoff);
gpio_pin_set_active(sc->sc_pin, true);
gpio_pin_set_active(sc->sc_pin, false);
gpio_pin_set_active(sc->sc_pin, true);
error = gpio_pin_set_active(sc->def->enable_pin, active);
error = gpio_pin_set_active(sc->def->pins[n],
gpio_pin_set_active(sc->pin, false);
gpio_pin_set_active(sc->pin, true);
err = gpio_pin_set_active(sc->pin, true);
gpio_pin_set_active(sc->pins[i], idlebits & (1u << i));
gpio_pin_set_active(sc->pins[i], busidx & (1u << i));
gpio_pin_set_active(sc->reset_gpio, true);
rv = gpio_pin_set_active(sc->reset_gpio, false);
rv = gpio_pin_set_active(sc->reset_gpio, true);
#define LOW(sc) gpio_pin_set_active((sc)->sc_pin, false)
gpio_pin_set_active(sc->cs_pins[cs], pinactive);
gpio_pin_set_active(sc->cs_pins[idx], 1);
error = gpio_pin_set_active(sc->gpio_enable, 1);
error = gpio_pin_set_active(sc->gpio_enable, 0);
error = gpio_pin_set_active(sc->porst_pin, false);
error = gpio_pin_set_active(sc->pwren_pin, true);
error = gpio_pin_set_active(sc->porst_pin, true);
err = gpio_pin_set_active(sc->perst_pin, true);
err = gpio_pin_set_active(sc->perst_pin, false);