Home
last modified time | relevance | path

Searched full:buck1 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/
Dindex.rst13 - Regulators (BUCK1/2, LDO1/2)
47 # list all the supported voltages by BUCK1
48 regulator vlist BUCK1
64 # obtain the actual BUCK1 configured voltage
65 regulator vget BUCK1
67 # set BUCK1 voltage to a value between 2.35V and 2.45V
68 regulator set BUCK1 2.35V 2.45V
69 # obtain the actual BUCK1 configured voltage
70 regulator get BUCK1
/Zephyr-Core-3.5.0/tests/drivers/build_all/regulator/
Di2c.dtsi14 BUCK1 {};
28 BUCK1 {};
43 BUCK1 {};
/Zephyr-Core-3.5.0/dts/bindings/regulator/
Dnordic,npm1300-regulator.yaml9 BUCK1,2 LDO1..2, node names. For
18 BUCK1 {
19 /* all properties for BUCK1 */
Dnordic,npm6001-regulator.yaml20 BUCK1 {
21 /* all properties for BUCK1 */
Dnxp,pca9420.yaml8 children nodes, strictly following the BUCK1, BUCK2, LDO1 and LDO2 node names.
14 BUCK1 {
15 /* all properties for BUCK1 */
/Zephyr-Core-3.5.0/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay32 npm6001_ek_buck1: BUCK1 {
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/
Dnpm1300_ek.overlay25 npm1300_ek_buck1: BUCK1 {
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/
Dindex.rst57 BUCK1
/Zephyr-Core-3.5.0/boards/arm/mimxrt685_evk/
Dmimxrt685_evk_cm33.dts227 buck1: BUCK1 { label
/Zephyr-Core-3.5.0/drivers/regulator/
Dregulator_npm6001.c565 /* BUCK1/2 are ON by default */ in regulator_npm6001_init()
603 REGULATOR_NPM6001_DEFINE_COND(inst, buck1, NPM6001_SOURCE_BUCK1) \
Dregulator_pca9420.c478 REGULATOR_PCA9420_DEFINE_COND(inst, buck1, DEVICE_DT_INST_GET(inst)) \
Dregulator_npm1300.c598 REGULATOR_NPM1300_DEFINE_COND(inst, buck1, NPM1300_SOURCE_BUCK1) \
/Zephyr-Core-3.5.0/boards/arm/mimxrt595_evk/
Dmimxrt595_evk_cm33.dts237 pca9420_sw1: BUCK1 {
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/
Dmain.c29 { "BUCK1", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck1)) },