Searched refs:DEV_OUT (Results 1 – 5 of 5) sorted by relevance
24 #define DEV_OUT DT_GPIO_CTLR(DT_INST(0, test_gpio_basic_api), out_gpios) macro26 #define DEV DEV_OUT /* DEV_OUT should equal DEV_IN, we test for this */
16 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()
90 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_add_remove()140 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_self_remove()193 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_enable_disable()
26 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()85 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()
13 static const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT);
Completed in 17 milliseconds