Home
last modified time | relevance | path

Searched full:buck0 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/shields/npm6001_ek/doc/
Dindex.rst13 - Regulators (BUCK0/1/2/3 and LDO0/1)
49 the regulators embedded in the PMIC (BUCK0/1/2/3 and LDO0/1). Below you can
56 BUCK0
87 # set BUCK0 voltage to a value between 2350 mV and 2450 mV
88 npm6001 regulator set BUCK0 2350 2450
89 # obtain the actual BUCK0 configured voltage
95 # set BUCK0 to hysteretic mode
96 npm6001 regulator modeset BUCK0 hys
97 # set BUCK0 to PWM mode
98 npm6001 regulator modeset BUCK0 pwm
[all …]
/Zephyr-latest/dts/bindings/regulator/
Dnordic,npm6001-regulator.yaml8 children nodes, strictly following the BUCK0..3, LDO0..1 node names. For
17 BUCK0 {
18 /* all properties for BUCK0 */
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay27 npm6001_ek_buck0: BUCK0 {
/Zephyr-latest/tests/drivers/build_all/regulator/
Di2c.dtsi27 BUCK0 {};
/Zephyr-latest/drivers/regulator/
Dregulator_npm6001.c602 REGULATOR_NPM6001_DEFINE_COND(inst, buck0, NPM6001_SOURCE_BUCK0) \
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c28 { "BUCK0", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck0)) },