Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c24 #define GPIO_QDEC_GPIO_NUM 2 macro
27 struct gpio_dt_spec ab_gpio[GPIO_QDEC_GPIO_NUM];
70 for (int i = 0; i < GPIO_QDEC_GPIO_NUM; i++) { in gpio_qdec_irq_setup()
267 for (int i = 0; i < GPIO_QDEC_GPIO_NUM; i++) { in gpio_qdec_init()
333 for (int i = 0; i < GPIO_QDEC_GPIO_NUM; i++) { in gpio_qdec_pin_suspend()
394 BUILD_ASSERT(DT_INST_PROP_LEN(n, gpios) == GPIO_QDEC_GPIO_NUM, \