Searched full:buck1 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 13 - 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/ |
D | i2c.dtsi | 14 BUCK1 {}; 28 BUCK1 {}; 43 BUCK1 {};
|
/Zephyr-Core-3.5.0/dts/bindings/regulator/ |
D | nordic,npm1300-regulator.yaml | 9 BUCK1,2 LDO1..2, node names. For 18 BUCK1 { 19 /* all properties for BUCK1 */
|
D | nordic,npm6001-regulator.yaml | 20 BUCK1 { 21 /* all properties for BUCK1 */
|
D | nxp,pca9420.yaml | 8 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/ |
D | npm6001_ek.overlay | 32 npm6001_ek_buck1: BUCK1 {
|
/Zephyr-Core-3.5.0/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 25 npm1300_ek_buck1: BUCK1 {
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 57 BUCK1
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt685_evk/ |
D | mimxrt685_evk_cm33.dts | 227 buck1: BUCK1 { label
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | regulator_npm6001.c | 565 /* BUCK1/2 are ON by default */ in regulator_npm6001_init() 603 REGULATOR_NPM6001_DEFINE_COND(inst, buck1, NPM6001_SOURCE_BUCK1) \
|
D | regulator_pca9420.c | 478 REGULATOR_PCA9420_DEFINE_COND(inst, buck1, DEVICE_DT_INST_GET(inst)) \
|
D | regulator_npm1300.c | 598 REGULATOR_NPM1300_DEFINE_COND(inst, buck1, NPM1300_SOURCE_BUCK1) \
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt595_evk/ |
D | mimxrt595_evk_cm33.dts | 237 pca9420_sw1: BUCK1 {
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/src/ |
D | main.c | 29 { "BUCK1", DEVICE_DT_GET_OR_NULL(DT_NODELABEL(npm6001_ek_buck1)) },
|