Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_lmp90xxx.c25 struct gpio_lmp90xxx_config { struct
36 static int gpio_lmp90xxx_config(const struct device *dev, in gpio_lmp90xxx_config() function
39 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_config()
87 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_port_get_raw()
96 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_port_set_masked_raw()
104 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_port_set_bits_raw()
112 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_port_clear_bits_raw()
120 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_port_toggle_bits()
127 const struct gpio_lmp90xxx_config *config = dev->config; in gpio_lmp90xxx_init()
139 .pin_configure = gpio_lmp90xxx_config,
[all …]