Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/input/gpio_keys/src/
Dmain.c15 static const struct device *const test_gpio_keys_dev = DEVICE_DT_GET(DT_NODELABEL(buttons)); variable
47 INPUT_CALLBACK_DEFINE(test_gpio_keys_dev, test_gpio_keys_cb_handler, NULL);
55 const struct gpio_keys_config *config = test_gpio_keys_dev->config; in ZTEST()