Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_config_trigger.c25 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in ZTEST()
76 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in ZTEST()
Dtest_callback_manage.c86 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in test_callback_add_remove()
136 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in test_callback_self_remove()
189 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in test_callback_enable_disable()
Dtest_gpio.h25 #define DEV_IN DT_GPIO_CTLR(DT_INST(0, test_gpio_basic_api), in_gpios) macro
Dtest_callback_trigger.c37 const struct device *const dev_in = DEVICE_DT_GET(DEV_IN); in test_callback()
Dtest_gpio_port.c12 static const struct device *const dev_in = DEVICE_DT_GET(DEV_IN);