Home
last modified time | relevance | path

Searched full:regulators (Results 1 – 25 of 51) sorted by relevance

123

/Zephyr-Core-3.5.0/dts/bindings/power/
Dnordic,nrf-regulators.yaml4 description: Nordic REGULATORS (voltage regulators control module)
6 compatible: "nordic,nrf-regulators"
/Zephyr-Core-3.5.0/tests/drivers/regulator/voltage/dts/bindings/
Dtest-regulator-voltage.yaml11 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/
Di2c.dtsi24 regulators {
40 regulators {
54 regulators {
66 regulators {
/Zephyr-Core-3.5.0/doc/hardware/peripherals/
Dregulators.rst3 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
Dindex.rst48 regulators.rst
/Zephyr-Core-3.5.0/drivers/regulator/
DKconfig.gpio5 bool "GPIO-controlled regulators"
10 Enable the driver for GPIO-controlled regulators
DKconfig.fixed5 bool "GPIO-controlled regulators"
10 Enable the driver for GPIO-controlled regulators
DKconfig7 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/
Dthingy52_nrf52832_defconfig7 # Enable regulators
19 # enable regulators (init priority adjusted so that they
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/
Dindex.rst13 - 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/
Dmain.c27 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/
Dindex.rst13 - 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/
Dnordic,npm1300-regulator.yaml8 The regulators need to be defined as child nodes, strictly following the
15 regulators {
Dregulator.yaml6 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:
Dregulator-fixed.yaml5 description: Fixed voltage regulators
Dnordic,npm6001-regulator.yaml14 regulators {
Dx-powers,axp192-regulator.yaml16 regulators {
/Zephyr-Core-3.5.0/boards/arm/rddrone_fmuk66/
Drddrone_fmuk66_defconfig17 # Enable Regulators
/Zephyr-Core-3.5.0/boards/arm/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6_defconfig18 # Enable Regulators
/Zephyr-Core-3.5.0/boards/arm/vmu_rt1170/
Dvmu_rt1170_defconfig19 # Enable Regulators
/Zephyr-Core-3.5.0/tests/drivers/regulator/voltage/boards/
Dmimxrt685_evk_cm33.overlay10 * Only test regulators we can safely change voltage to in RUN mode
43 regulators = <&ldo2 &ldo1>;
Dlpcxpresso55s36.overlay14 regulators = <&vref0>;
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/src/
Dmain.c24 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/
Dstm32f3_seco_d23_defconfig28 # enable regulators
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay22 regulators {

123