Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dregulator.h147 #define REGULATOR_BOOT_OFF BIT(4) macro
221 REGULATOR_BOOT_OFF)), \
/Zephyr-latest/drivers/regulator/
Dregulator_common.c89 if ((config->flags & REGULATOR_BOOT_OFF) != 0U) { in regulator_common_init()
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c135 zassert_equal(config->flags & REGULATOR_BOOT_OFF, REGULATOR_BOOT_OFF); in ZTEST()