Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_esp32.c54 struct gpio_esp32_config { struct
87 static int gpio_esp32_config(const struct device *dev, in gpio_esp32_config() function
91 const struct gpio_esp32_config *const cfg = dev->config; in gpio_esp32_config()
265 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_get_raw()
281 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_set_masked_raw()
301 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_set_bits_raw()
317 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_clear_bits_raw()
333 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_port_toggle_bits()
387 const struct gpio_esp32_config *const cfg = port->config; in gpio_esp32_pin_interrupt_configure()
421 const struct gpio_esp32_config *const cfg = dev->config; in gpio_esp32_get_pending_int()
[all …]