Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/regulator/api/
Dapp.overlay30 reg4: REG4 {
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c22 static const struct device *const reg4 = DEVICE_DT_GET(DT_NODELABEL(reg4)); variable
134 config = reg4->config; in ZTEST()
144 zassert_false(regulator_common_is_init_enabled(reg4)); in ZTEST()
733 zassert_true(device_is_ready(reg4)); in setup()
745 zassert_false(regulator_is_enabled(reg4)); in setup()