Searched +full:regulator +full:- +full:init +full:- +full:microamp (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm2100-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 16 compatible = "nordic,npm2100-regulator"; 27 compatible: "nordic,npm2100-regulator" 32 dvs-gpios: 33 type: phandle-array 39 The effect of the mode change is defined by the mode-gpios 40 fields for each of the regulator blocks. 42 child-binding: 44 - name: regulator.yaml 45 property-allowlist: [all …]
|
D | maxim,max20335-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 compatible = maxim,max20335-regulator"; 35 compatible: "maxim,max20335-regulator" 39 child-binding: 41 - name: regulator.yaml 42 property-allowlist: 43 - regulator-init-microvolt 44 - regulator-min-microvolt 45 - regulator-max-microvolt 46 - regulator-init-microamp [all …]
|
D | nordic,npm1300-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 16 compatible = "nordic,npm1300-regulator"; 33 compatible: "nordic,npm1300-regulator" 38 dvs-gpios: 39 type: phandle-array 47 The effect of the mode change is defined by the enable-gpios 48 and pwm_gpios fields for each of the regulator blocks. 50 child-binding: 52 - name: regulator.yaml 53 property-allowlist: [all …]
|
D | regulator.yaml | 1 # Copyright 2019-2020, Peter Bigot Consulting, LLC 3 # SPDX-License-Identifier: Apache-2.0 9 linux/Documentation/devicetree/bindings/regulator/regulator.yaml. 14 regulator-name: 16 description: A string used as a descriptive name for regulator outputs 18 regulator-init-microvolt: 22 regulator-min-microvolt: 26 regulator-max-microvolt: 30 regulator-microvolt-offset: 34 regulator-init-microamp: [all …]
|
D | renesas,da1469x-regulator.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 compatible: "renesas,smartbond-regulator" 9 child-binding: 11 - name: regulator.yaml 12 property-allowlist: 13 - regulator-always-on 14 - regulator-boot-on 15 - regulator-init-microvolt 16 - regulator-initial-mode 17 - regulator-max-microamp [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | regulator.h | 2 * Copyright (c) 2019-2020 Peter Bigot Consulting, LLC 7 * SPDX-License-Identifier: Apache-2.0 14 * @brief Regulator Interface 15 * @defgroup regulator_interface Regulator Interface 36 /** Opaque type to store regulator DVS states */ 39 /** Opaque type to store regulator modes */ 42 /** Opaque bit map for regulator error flags (see @ref REGULATOR_ERRORS) */ 46 * @name Regulator error flags. 67 /** @brief Driver-specific API functions to support parent regulator control. */ 100 /** @brief Driver-specific API functions to support regulator control. */ [all …]
|
/Zephyr-latest/tests/drivers/regulator/api/src/ |
D | main.c | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/drivers/regulator.h> 7 #include <zephyr/drivers/regulator/fake.h> 12 static const struct device *const parent = DEVICE_DT_GET(DT_NODELABEL(regulator)); 15 /* REG1: regulator-always-on */ 17 /* REG2: regulator-boot-on */ 19 /* REG3: regulator-max/min-microvolt/microamp, regulator-allowed-modes */ 21 /* REG4: regulator-boot-off */ 23 /* REG5: regulator-boot-off and is_enabled */ 26 static DEVICE_API(regulator, dummy_regulator_api); [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-3.3.rst | 14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery) 17 CMSIS-DSP as the default backend. 30 * CVE-2023-0359: Under embargo until 2023-04-20 32 * CVE-2023-0779: Under embargo until 2023-04-22 66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding. 68 * Regulator APIs previously located in ``<zephyr/drivers/regulator/consumer.h>`` 69 are now part of ``<zephyr/drivers/regulator.h>``. 71 * Starting from this release ``zephyr-`` prefixed tags won't be created 82 image states). Use of a truncated hash or non-sha256 hash will still work 88 registration function at boot-up. If applications register this then [all …]
|