Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_common.c42 if (REGULATOR_ACTIVE_DISCHARGE_GET_BITS(config->flags) != in regulator_common_init()
45 (bool)REGULATOR_ACTIVE_DISCHARGE_GET_BITS(config->flags)); in regulator_common_init()
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h144 #define REGULATOR_ACTIVE_DISCHARGE_GET_BITS(x) \ macro
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c111 zassert_equal(REGULATOR_ACTIVE_DISCHARGE_GET_BITS(config->flags), in ZTEST()
131 zassert_equal(REGULATOR_ACTIVE_DISCHARGE_GET_BITS(config->flags), 1U); in ZTEST()