Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_esp32.c73 struct gpio_esp32_config { struct
106 static int gpio_esp32_config(const struct device *dev, in gpio_esp32_config() function
110 const struct gpio_esp32_config *const cfg = dev->config; in gpio_esp32_config()
287 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_get_raw()
303 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_set_masked_raw()
323 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_set_bits_raw()
339 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_clear_bits_raw()
355 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_toggle_bits()
409 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_pin_interrupt_configure()
443 const struct gpio_esp32_config *const cfg = dev->config; in gpio_esp32_get_pending_int()
[all …]