Home
last modified time | relevance | path

Searched full:npm6001 (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/samples/shields/npm6001_ek/doc/
Dindex.rst2 :name: nPM6001 EK
4 Interact with the nPM6001 PMIC using the shell interface.
11 by the nPM6001 PMIC, including:
24 :alt: nRF52840DK + nPM6001-EK wiring example
27 nRF52840DK + nPM6001-EK wiring example
42 flashed, you should boot into the shell interface. The ``npm6001`` command is
48 The ``npm6001`` shell interface provides the ``regulator`` subcommand to test
55 npm6001 regulator list
66 npm6001 regulator voltages BUCK2
76 npm6001 regulator enable BUCK3
[all …]
/Zephyr-latest/boards/shields/npm6001_ek/doc/
Dindex.rst3 nPM6001 EK
9 The nPM6001 EK lets you test different functions and features of the nPM6001
13 :alt: nPM6001 EK
16 nPM6001 EK
21 The nPM6001 EK board is not designed to fit straight into an Arduino connector.
37 - `nPM6001 EK Manual <https://infocenter.nordicsemi.com/topic/ug_npm6001_ek/UG/nPM6001_EK/intro.htm…
/Zephyr-latest/drivers/gpio/
DKconfig.npm60015 bool "nPM6001 GPIO driver"
11 Enable the nPM6001 GPIO driver.
14 int "nPM6001 GPIO driver initialization priority"
18 Initialization priority for the nPM6001 GPIO driver.
Dgpio_npm6001.c13 #include <zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h>
18 /* nPM6001 GPIO related registers */
/Zephyr-latest/drivers/watchdog/
DKconfig.npm60015 bool "nPM6001 Watchdog driver"
11 Enable nPM6001 Watchdog driver
14 int "nPM6001 Watchdog driver initialization priority"
18 Initialization priority for the nPM6001 Watchdog driver.
Dwdt_npm6001.c16 /* nPM6001 Watchdog related registers */
28 /* nPM6001 WDTRIGGERVALUEx ms/LSB, min/max values */
33 /* nPM6001 WDPWRUPVALUE fields */
DKconfig101 source "drivers/watchdog/Kconfig.npm6001"
/Zephyr-latest/drivers/regulator/
DKconfig.npm60015 bool "nPM6001 PMIC regulator driver"
11 Enable the Nordic nPM6001 PMIC regulator driver
14 int "nPM6001 regulator driver init priority"
18 Init priority for the Nordic nPM6001 regulator driver.
DKconfig40 source "drivers/regulator/Kconfig.npm6001"
Dregulator_npm6001.c12 #include <zephyr/dt-bindings/regulator/npm6001.h>
17 /* nPM6001 voltage sources */
27 /* nPM6001 regulator related registers */
53 /* nPM6001 LDO0VOUT values */
61 /* nPM6001 BUCKXCONFPWMMODE fields */
66 /* nPM6001 OVERRIDEPWRUPBUCK fields */
/Zephyr-latest/drivers/mfd/
DKconfig.npm60015 bool "nPM6001 PMIC multi-function device driver"
10 Enable the Nordic nPM6001 PMIC multi-function device driver
13 int "nPM6001 MFD initialization priority"
17 Multi-function device initialization priority for nPM6001.
Dmfd_npm6001.c13 /* nPM6001 registers */
19 /* nPM6001 BUCKMODEPADCONF fields */
27 /* nPM6001 PADDRIVESTRENGTH fields */
DKconfig31 source "drivers/mfd/Kconfig.npm6001"
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnordic-npm6001-gpio.h10 * @brief nPM6001-specific GPIO Flags
11 * @defgroup gpio_interface_npm6001 nPM6001-specific GPIO Flags
24 * @name nPM6001 GPIO drive strength flags
25 * @brief nPM6001 GPIO drive strength flags
42 * @name nPM6001 GPIO drive strength flags
43 * @brief nPM6001 GPIO drive strength flags
/Zephyr-latest/boards/shields/npm6001_ek/
Dnpm6001_ek.overlay8 compatible = "nordic,npm6001";
12 compatible = "nordic,npm6001-gpio";
19 compatible = "nordic,npm6001-wdt";
23 compatible = "nordic,npm6001-regulator";
/Zephyr-latest/dts/bindings/watchdog/
Dnordic,npm6001-wdt.yaml4 description: nPM6001 Watchdog
6 compatible: "nordic,npm6001-wdt"
/Zephyr-latest/dts/bindings/gpio/
Dnordic,npm6001-gpio.yaml4 description: nPM6001 GPIO Controller
6 compatible: "nordic,npm6001-gpio"
/Zephyr-latest/dts/bindings/regulator/
Dnordic,npm6001-regulator.yaml5 Nordic nPM6001 PMIC
15 compatible = "nordic,npm6001-regulator";
38 compatible: "nordic,npm6001-regulator"
/Zephyr-latest/include/zephyr/dt-bindings/regulator/
Dnpm6001.h11 * @defgroup regulator_npm6001 NPM6001 Devicetree helpers.
17 * @name NPM6001 Regulator modes
/Zephyr-latest/tests/drivers/build_all/watchdog/
Di2c_devices.overlay28 compatible = "nordic,npm6001";
32 compatible = "nordic,npm6001-wdt";
/Zephyr-latest/tests/drivers/build_all/regulator/
Di2c.dtsi20 npm6001@1 {
21 compatible = "nordic,npm6001";
25 compatible = "nordic,npm6001-regulator";
/Zephyr-latest/dts/bindings/mfd/
Dnordic,npm6001.yaml4 description: Nordic nPM6001
6 compatible: "nordic,npm6001"
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/src/
Dprocpu_shell.c14 #include <zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h>
15 #include <zephyr/dt-bindings/regulator/npm6001.h>
/Zephyr-latest/samples/shields/npm6001_ek/
Dsample.yaml5 name: nPM6001 EK
/Zephyr-latest/samples/shields/npm6001_ek/src/
Dmain.c12 #include <zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h>
13 #include <zephyr/dt-bindings/regulator/npm6001.h>
50 printk("nPM6001 GPIO device not ready\n"); in main()
55 printk("nPM6001 Watchdog device not ready\n"); in main()
62 printk("nPM6001 %s regulator device not ready\n", in main()
507 SHELL_CMD_REGISTER(npm6001, &sub_npm6001_cmds, "nPM6001 commands", NULL);

12