Home
last modified time | relevance | path

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

1234

/Zephyr-latest/drivers/regulator/
DKconfig.da1469x5 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.
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
22 Enable regulator shell framework, for interacting with regulators via
/Zephyr-latest/dts/bindings/regulator/
Dnordic,nrf53x-regulators.yaml4 description: Nordic REGULATORS (voltage regulators control module) on nRF53X.
6 compatible: "nordic,nrf53x-regulators"
Dnordic,nrf54l-regulators.yaml4 description: Nordic REGULATORS (voltage regulators control module) on nRF54L.
6 compatible: "nordic,nrf54l-regulators"
Dnordic,nrf91x-regulators.yaml4 description: Nordic REGULATORS (voltage regulators control module) on nRF91X.
6 compatible: "nordic,nrf91x-regulators"
Dnordic,npm2100-regulator.yaml8 The regulators need to be defined as child nodes,
15 regulators {
Dnordic,npm1300-regulator.yaml8 The regulators need to be defined as child nodes, strictly following the
15 regulators {
Dregulator.yaml6 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:
Dmps,mpm54304.yaml9 The MPM54304 has four buck regulators. All need to be defined as
Dregulator-fixed.yaml5 description: Fixed voltage regulators
/Zephyr-latest/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-latest/tests/drivers/build_all/regulator/
Di2c.dtsi24 regulators {
40 regulators {
54 regulators {
66 regulators {
83 regulators {
115 regulators {
/Zephyr-latest/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
/Zephyr-latest/boards/nordic/thingy52/
Dthingy52_nrf52832_defconfig4 # Enable regulators
16 # Enable regulators (init priority adjusted so that they
/Zephyr-latest/samples/shields/npm1300_ek/doc/
Dindex.rst13 - 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/
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-latest/samples/shields/npm6001_ek/doc/
Dindex.rst13 - 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/
Dmimxrt1062_fmurt6_defconfig14 # Enable Regulators
/Zephyr-latest/boards/nxp/rddrone_fmuk66/
Drddrone_fmuk66_defconfig14 # Enable Regulators
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dvmu_rt1170_mimxrt1176_cm7_defconfig16 # Enable Regulators
/Zephyr-latest/boards/seco/stm32f3_seco_d23/
Dstm32f3_seco_d23_defconfig22 # enable regulators
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 * Only test regulators we can safely change voltage to in RUN mode
43 regulators = <&ldo2 &ldo1>;
/Zephyr-latest/samples/shields/npm1300_ek/src/
Dmain.c24 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()

1234