Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c226 #define TEST_DEV_BALANCED DT_NODELABEL(test_dev_balanced) macro
232 PM_DEVICE_DT_DEFINE(TEST_DEV_BALANCED, deva_pm_action);
233 DEVICE_DT_DEFINE(TEST_DEV_BALANCED, NULL, PM_DEVICE_DT_GET(TEST_DEV_BALANCED),
246 const struct device *dev = DEVICE_DT_GET(TEST_DEV_BALANCED); in ZTEST()