/Zephyr-Core-3.5.0/dts/bindings/power/ |
D | nordic,nrf-regulators.yaml | 4 description: Nordic REGULATORS (voltage regulators control module) 6 compatible: "nordic,nrf-regulators"
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 24 regulators { 40 regulators { 54 regulators { 66 regulators {
|
/Zephyr-Core-3.5.0/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
|
D | index.rst | 48 regulators.rst
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
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 23 Enable regulator shell framework, for interacting with regulators via
|
/Zephyr-Core-3.5.0/boards/arm/thingy52_nrf52832/ |
D | thingy52_nrf52832_defconfig | 7 # Enable regulators 19 # enable regulators (init priority adjusted so that they
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 13 - Regulators (BUCK1/2, LDO1/2) 39 Regulators subsection 43 the regulators embedded in the PMIC. Below you can find some command examples.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 13 - Regulators (BUCK0/1/2/3 and LDO0/1) 45 Regulators subsection 49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can 54 # list all the available regulators
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
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 57 This property is intended to only be used for regulators where 96 is useful for regulators with exponential voltage changes. 103 is useful for regulators with exponential voltage changes. 249 tristate, enable/disable active discharge of regulators. The values are:
|
D | regulator-fixed.yaml | 5 description: Fixed voltage regulators
|
D | nordic,npm6001-regulator.yaml | 14 regulators {
|
D | x-powers,axp192-regulator.yaml | 16 regulators {
|
/Zephyr-Core-3.5.0/boards/arm/rddrone_fmuk66/ |
D | rddrone_fmuk66_defconfig | 17 # Enable Regulators
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6_defconfig | 18 # Enable Regulators
|
/Zephyr-Core-3.5.0/boards/arm/vmu_rt1170/ |
D | vmu_rt1170_defconfig | 19 # Enable Regulators
|
/Zephyr-Core-3.5.0/tests/drivers/regulator/voltage/boards/ |
D | mimxrt685_evk_cm33.overlay | 10 * Only test regulators we can safely change voltage to in RUN mode 43 regulators = <&ldo2 &ldo1>;
|
D | lpcxpresso55s36.overlay | 14 regulators = <&vref0>;
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/src/ |
D | main.c | 24 static const struct device *regulators = DEVICE_DT_GET(DT_NODELABEL(npm1300_ek_regulators)); variable 107 if (!device_is_ready(regulators)) { in main() 125 regulator_parent_dvs_state_set(regulators, dvs_state); in main()
|
/Zephyr-Core-3.5.0/boards/arm/stm32f3_seco_d23/ |
D | stm32f3_seco_d23_defconfig | 28 # enable regulators
|
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 22 regulators {
|