Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_ads114s0x.c25 struct gpio_ads114s0x_config { struct
36 static int gpio_ads114s0x_config(const struct device *dev, gpio_pin_t pin, gpio_flags_t flags) in gpio_ads114s0x_config() argument
38 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_config()
75 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_port_get_raw()
83 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_port_set_masked_raw()
90 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_port_set_bits_raw()
97 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_port_clear_bits_raw()
104 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_port_toggle_bits()
111 const struct gpio_ads114s0x_config *config = dev->config; in gpio_ads114s0x_init()
122 .pin_configure = gpio_ads114s0x_config,
[all …]