Home
last modified time | relevance | path

Searched full:buck3 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/shields/npm6001_ek/doc/
Dindex.rst59 BUCK3
75 # enable BUCK3
76 npm6001 regulator enable BUCK3
77 # disable BUCK3
78 npm6001 regulator disable BUCK3
82 # set BUCK3 voltage to exactly 3000 mV
83 npm6001 regulator set BUCK3 3000
84 # obtain the actual BUCK3 configured voltage
85 npm6001 regulator get BUCK3
90 npm6001 regulator get BUCK3
/Zephyr-latest/dts/bindings/regulator/
Dmps,mpm54304.yaml23 BUCK3 {
24 /* all properties for BUCK3 */
Dnordic,npm6001-regulator.yaml26 BUCK3 {
27 /* all properties for BUCK3 */
/Zephyr-latest/tests/drivers/build_all/regulator/
Di2c.dtsi30 BUCK3 {};
107 BUCK3 {};
/Zephyr-latest/drivers/regulator/
Dregulator_mpm54304.c92 REGULATOR_MPM54304_DEFINE_COND(inst, buck3, BUCK3) \
Dregulator_npm6001.c605 REGULATOR_NPM6001_DEFINE_COND(inst, buck3, NPM6001_SOURCE_BUCK3) \
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay42 npm6001_ek_buck3: BUCK3 {
/Zephyr-latest/drivers/mfd/
Dmfd_npm6001.c47 /* always select BUCK3 DAC (does not increase power consumption) */ in mfd_npm6001_init()
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c31 { "BUCK3", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck3)) },