Home
last modified time | relevance | path

Searched refs:regulators (Results 1 – 25 of 41) sorted by relevance

12

/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/tests/drivers/build_all/regulator/
Di2c.dtsi24 regulators {
40 regulators {
54 regulators {
66 regulators {
83 regulators {
115 regulators {
/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/boards/nordic/thingy52/
Dthingy52_nrf52832_defconfig4 # Enable regulators
16 # Enable regulators (init priority adjusted so that they
/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()
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst6 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.rst53 regulators.rst
/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>;
Dlpcxpresso55s36.overlay14 regulators = <&vref0>;
Dfrdm_mcxn947_mcxn947_cpu0.overlay15 regulators = <&vref>;
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay15 regulators = <&vref>;
Dfrdm_mcxn236.overlay15 regulators = <&vref>;
Dfrdm_mcxw71.overlay15 regulators = <&vref>;
Drpi_pico.overlay17 regulators = <&vreg>;
Dnrf52840dk_nrf52840_npm6001.overlay13 regulators = <&npm6001_ek_buck0 &npm6001_ek_buck1
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay22 regulators {
/Zephyr-latest/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay21 npm1300_ek_regulators: regulators {
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l_05_10_15_cpuapp_common.dtsi38 &regulators {
/Zephyr-latest/tests/drivers/regulator/voltage/src/
Dmain.c20 DT_FOREACH_PROP_ELEM(DT_NODELABEL(resources), regulators, REG_INIT)
/Zephyr-latest/samples/shields/npm6001_ek/doc/
Dindex.rst49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can
54 # list all the available regulators
/Zephyr-latest/samples/shields/npm1300_ek/doc/
Dindex.rst43 the regulators embedded in the PMIC. Below you can find some command examples.

12