Home
last modified time | relevance | path

Searched refs:ads114s0x_gpio_set_output (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/adc/
Dads114s0x.h13 int ads114s0x_gpio_set_output(const struct device *dev, uint8_t pin, bool initial_value);
/Zephyr-Core-3.6.0/drivers/gpio/
Dgpio_ads114s0x.c63 err = ads114s0x_gpio_set_output(config->parent, pin, in gpio_ads114s0x_config()
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_ads114s0x.c1127 int ads114s0x_gpio_set_output(const struct device *dev, uint8_t pin, bool initial_value) in ads114s0x_gpio_set_output() function