Searched full:npm2100 (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.npm2100 | 5 bool "nPM2100 PMIC regulator driver" 11 Enable the Nordic nPM2100 PMIC regulator driver 16 int "nPM2100 regulator driver init priority (common part)" 19 Init priority for the Nordic nPM2100 regulator driver (common part). 23 int "nPM2100 regulator driver init priority" 26 Init priority for the Nordic nPM2100 regulator driver. It must be
|
D | Kconfig | 39 source "drivers/regulator/Kconfig.npm2100"
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | npm2100.h | 14 * @defgroup mdf_interface_npm2100 MFD NPM2100 Interface 58 * @brief Write npm2100 timer register 63 * @param dev npm2100 mfd device 74 * @brief Start npm2100 timer 76 * @param dev npm2100 mfd device 83 * @brief npm2100 full power reset 85 * @param dev npm2100 mfd device 92 * @brief npm2100 hibernate 96 * @param dev npm2100 mfd device 106 * @brief Add npm2100 event callback [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.npm2100 | 5 bool "nPM2100 Watchdog driver" 11 Enable nPM2100 Watchdog driver 14 int "nPM2100 Watchdog driver initialization priority" 18 Initialization priority for the nPM2100 Watchdog driver.
|
D | Kconfig | 99 source "drivers/watchdog/Kconfig.npm2100"
|
D | wdt_npm2100.c | 13 #include <zephyr/drivers/mfd/npm2100.h>
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.npm2100 | 5 bool "nPM2100 GPIO driver" 11 Enable the nPM2100 GPIO driver. 14 int "nPM2100 GPIO driver initialization priority" 18 Initialization priority for the nPM2100 GPIO driver. It must be
|
D | gpio_npm2100.c | 13 #include <zephyr/dt-bindings/gpio/nordic-npm2100-gpio.h>
|
D | Kconfig | 151 source "drivers/gpio/Kconfig.npm2100"
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | nordic-npm2100-gpio.h | 10 * @brief nPM2100-specific GPIO Flags 11 * @defgroup gpio_interface_npm2100 nPM2100-specific GPIO Flags 24 * @name nPM2100 GPIO drive strength flags 25 * @brief nPM2100 GPIO drive strength flags 42 * @name nPM2100 GPIO debounce flags 43 * @brief nPM2100 GPIO debounce flags
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | nordic,npm2100-wdt.yaml | 4 description: nPM2100 Watchdog 6 compatible: "nordic,npm2100-wdt"
|
/Zephyr-latest/drivers/sensor/nordic/npm2100_vbat/ |
D | Kconfig | 6 bool "NPM2100 Battery Voltage" 12 Enable NPM2100 battery voltage driver.
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.npm2100 | 5 bool "nPM2100 PMIC multi-function device driver" 10 Enable the Nordic nPM2100 PMIC multi-function device driver
|
D | Kconfig | 30 source "drivers/mfd/Kconfig.npm2100"
|
D | mfd_npm2100.c | 15 #include <zephyr/drivers/mfd/npm2100.h>
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,npm2100-gpio.yaml | 4 description: nPM2100 GPIO Controller 6 compatible: "nordic,npm2100-gpio"
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | npm2100_vbat.h | 11 /* NPM2100 vbat specific channels */ 20 /* NPM2100 vbat specific attributes */
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm2100-vbat.yaml | 7 description: NPM2100 PMIC Battery Voltage 9 compatible: "nordic,npm2100-vbat"
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm2100-regulator.yaml | 5 Nordic nPM2100 PMIC 16 compatible = "nordic,npm2100-regulator"; 27 compatible: "nordic,npm2100-regulator"
|
/Zephyr-latest/tests/drivers/build_all/watchdog/ |
D | i2c_devices.overlay | 37 compatible = "nordic,npm2100"; 41 compatible = "nordic,npm2100-wdt";
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | npm2100.h | 11 * @defgroup regulator_npm2100 NPM2100 Devicetree helpers. 17 * @name NPM2100 Regulator modes
|
/Zephyr-latest/tests/drivers/build_all/regulator/ |
D | i2c.dtsi | 111 npm2100@8 { 112 compatible = "nordic,npm2100"; 116 compatible = "nordic,npm2100-regulator";
|
/Zephyr-latest/dts/bindings/mfd/ |
D | nordic,npm2100.yaml | 4 description: Nordic nPM2100 6 compatible: "nordic,npm2100"
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | app.overlay | 342 compatible = "nordic,npm2100"; 346 compatible = "nordic,npm2100-gpio";
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 1143 test_i2c_npm2100: npm2100@9f { 1144 compatible = "nordic,npm2100"; 1148 compatible = "nordic,npm2100-vbat";
|
12