Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio.h24 #define DEV_OUT DT_GPIO_CTLR(DT_INST(0, test_gpio_basic_api), out_gpios) macro
26 #define DEV DEV_OUT /* DEV_OUT should equal DEV_IN, we test for this */
Dtest_config_trigger.c26 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()
77 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()
Dtest_callback_trigger.c16 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in callback()
38 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback()
Dtest_callback_manage.c87 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_add_remove()
137 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_self_remove()
190 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_enable_disable()
Dtest_gpio_port.c13 static const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT);