Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/regulator/
Dnordic,npm6001-regulator.yaml26 BUCK3 {
27 /* all properties for BUCK3 */
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay42 npm6001_ek_buck3: BUCK3 {
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/
Di2c.dtsi30 BUCK3 {};
/Zephyr-Core-3.5.0/drivers/mfd/
Dmfd_npm6001.c46 /* always select BUCK3 DAC (does not increase power consumption) */ in mfd_npm6001_init()
/Zephyr-Core-3.5.0/drivers/regulator/
Dregulator_npm6001.c605 REGULATOR_NPM6001_DEFINE_COND(inst, buck3, NPM6001_SOURCE_BUCK3) \
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/
Dmain.c31 { "BUCK3", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck3)) },