Home
last modified time | relevance | path

Searched defs:io_pin (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_esp32.c93 uint32_t io_pin = (uint32_t) pin + ((cfg->gpio_port == 1 && pin < 32) ? 32 : 0); in gpio_esp32_config() local
388 uint32_t io_pin = (uint32_t) pin + ((cfg->gpio_port == 1 && pin < 32) ? 32 : 0); in gpio_esp32_pin_interrupt_configure() local
/Zephyr-Core-3.5.0/drivers/pinctrl/
Dpinctrl_esp32.c69 uint32_t io_pin = (uint32_t) pin + ((ESP32_PORT_IDX(pin) == 1 && pin < 32) ? 32 : 0); in esp32_pin_apply_config() local
/Zephyr-Core-3.5.0/drivers/input/
Dinput_stmpe811.c160 static int stmpe811_io_enable_af(const struct device *dev, uint32_t io_pin) in stmpe811_io_enable_af()