/Zephyr-latest/drivers/regulator/ |
D | Kconfig.da1469x | 5 bool "DA1469X regulators driver" 9 Enable support for the Smartbond DA1469x regulators. 12 int "Renesas DA1469x regulators driver init priority" 16 Init priority for the Renesas DA1469x regulators driver.
|
D | Kconfig.gpio | 5 bool "GPIO-controlled regulators" 10 Enable the driver for GPIO-controlled regulators
|
D | Kconfig.fixed | 5 bool "GPIO-controlled regulators" 10 Enable the driver for GPIO-controlled regulators
|
D | Kconfig | 7 Include drivers for current/voltage regulators in system config 22 Enable regulator shell framework, for interacting with regulators via
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,nrf53x-regulators.yaml | 4 description: Nordic REGULATORS (voltage regulators control module) on nRF53X. 6 compatible: "nordic,nrf53x-regulators"
|
D | nordic,nrf54l-regulators.yaml | 4 description: Nordic REGULATORS (voltage regulators control module) on nRF54L. 6 compatible: "nordic,nrf54l-regulators"
|
D | nordic,nrf91x-regulators.yaml | 4 description: Nordic REGULATORS (voltage regulators control module) on nRF91X. 6 compatible: "nordic,nrf91x-regulators"
|
D | nordic,npm2100-regulator.yaml | 8 The regulators need to be defined as child nodes, 15 regulators {
|
D | nordic,npm1300-regulator.yaml | 8 The regulators need to be defined as child nodes, strictly following the 15 regulators {
|
D | regulator.yaml | 6 Voltage/Current Regulators 61 This property is intended to only be used for regulators where 105 is useful for regulators with exponential voltage changes. 112 is useful for regulators with exponential voltage changes. 258 tristate, enable/disable active discharge of regulators. The values are:
|
D | mps,mpm54304.yaml | 9 The MPM54304 has four buck regulators. All need to be defined as
|
D | regulator-fixed.yaml | 5 description: Fixed voltage regulators
|
/Zephyr-latest/tests/drivers/regulator/voltage/dts/bindings/ |
D | test-regulator-voltage.yaml | 11 regulators: 15 Regulators to be tested. Each entry must have a matching ADC entry in 23 regulators. 30 be set at most to the regulator resolution. Some noisy regulators may 32 regulators.
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 24 regulators { 40 regulators { 54 regulators { 66 regulators { 83 regulators { 115 regulators {
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | regulators.rst | 3 Regulators chapter 6 This subsystem provides control of voltage and current regulators. A common 19 used. There is no device interface to these regulators as they are entirely
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | thingy52_nrf52832_defconfig | 4 # Enable regulators 16 # Enable regulators (init priority adjusted so that they
|
/Zephyr-latest/samples/shields/npm1300_ek/doc/ |
D | index.rst | 13 - Regulators (BUCK1/2, LDO1/2) 39 Regulators section in Building and Running 43 the regulators embedded in the PMIC. Below you can find some command examples.
|
/Zephyr-latest/samples/shields/npm6001_ek/src/ |
D | main.c | 27 static const struct regulators_map regulators[] = { variable 38 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in name2reg() 39 if (strcmp(name, regulators[i].name) == 0) { in name2reg() 40 return regulators[i].dev; in name2reg() 59 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in main() 60 if ((regulators[i].dev != NULL) && in main() 61 !device_is_ready(regulators[i].dev)) { in main() 63 regulators[i].name); in main() 75 for (size_t i = 0U; i < ARRAY_SIZE(regulators); i++) { in cmd_regulator_list() 76 if (regulators[i].dev != NULL) { in cmd_regulator_list() [all …]
|
/Zephyr-latest/samples/shields/npm6001_ek/doc/ |
D | index.rst | 13 - Regulators (BUCK0/1/2/3 and LDO0/1) 45 Regulators section in Building and Running 49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can 54 # list all the available regulators
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6_defconfig | 14 # Enable Regulators
|
/Zephyr-latest/boards/nxp/rddrone_fmuk66/ |
D | rddrone_fmuk66_defconfig | 14 # Enable Regulators
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7_defconfig | 16 # Enable Regulators
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/ |
D | stm32f3_seco_d23_defconfig | 22 # enable regulators
|
/Zephyr-latest/tests/drivers/regulator/voltage/boards/ |
D | mimxrt685_evk_mimxrt685s_cm33.overlay | 10 * Only test regulators we can safely change voltage to in RUN mode 43 regulators = <&ldo2 &ldo1>;
|
/Zephyr-latest/samples/shields/npm1300_ek/src/ |
D | main.c | 24 static const struct device *regulators = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_regulators)); variable 114 if (!device_is_ready(regulators)) { in main() 132 regulator_parent_dvs_state_set(regulators, dvs_state); in main()
|