Searched +full:dvs +full:- +full:bit (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/dts/bindings/tach/ |
D | ite,it8xxx2-tach.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ite,it8xxx2-tach" 8 include: [tach.yaml, pinctrl-device.yaml] 14 dvs-bit: 17 description: tachometer data valid bit of tswctlr register 19 chsel-bit: 22 description: tachometer data valid status bit of tswctlr register 28 - 0 29 - 1 32 pulses-per-round: [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | regulator.h | 2 * Copyright (c) 2019-2020 Peter Bigot Consulting, LLC 6 * SPDX-License-Identifier: Apache-2.0 33 /** Opaque type to store regulator DVS states */ 39 /** Opaque bit map for regulator error flags (see @ref REGULATOR_ERRORS) */ 49 #define REGULATOR_ERROR_OVER_VOLTAGE BIT(0) 51 #define REGULATOR_ERROR_OVER_CURRENT BIT(1) 53 #define REGULATOR_ERROR_OVER_TEMP BIT(2) 64 /** @brief Driver-specific API functions to support parent regulator control. */ 90 /** @brief Driver-specific API functions to support regulator control. */ 111 #define REGULATOR_ALWAYS_ON BIT(0) [all …]
|
/Zephyr-Core-3.5.0/drivers/regulator/ |
D | regulator_pca9420.c | 3 * SPDX-License-Identifier: Apache-2.0 44 * @brief Mode control selection mask. When this bit is set, the external 198 const struct regulator_pca9420_config *config = dev->config; in regulator_pca9420_count_voltages() 200 return linear_range_group_values_count(config->desc->ranges, in regulator_pca9420_count_voltages() 201 config->desc->num_ranges); in regulator_pca9420_count_voltages() 207 const struct regulator_pca9420_config *config = dev->config; in regulator_pca9420_list_voltage() 209 return linear_range_group_get_value(config->desc->ranges, in regulator_pca9420_list_voltage() 210 config->desc->num_ranges, idx, in regulator_pca9420_list_voltage() 217 const struct regulator_pca9420_config *config = dev->config; in regulator_pca9420_set_voltage() 218 const struct regulator_pca9420_common_config *cconfig = config->parent->config; in regulator_pca9420_set_voltage() [all …]
|
/Zephyr-Core-3.5.0/dts/riscv/ite/ |
D | it8xxx2.dtsi | 3 * Copyright (c) 2019-2020 Jyunlin Chen <jyunlin.chen@ite.com.tw> 5 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/dt-util.h> 10 #include <zephyr/dt-bindings/adc/adc.h> 11 #include <zephyr/dt-bindings/interrupt-controller/ite-intc.h> 12 #include <zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h> 13 #include <zephyr/dt-bindings/i2c/i2c.h> 14 #include <zephyr/dt-bindings/i2c/it8xxx2-i2c.h> 15 #include <zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h> 16 #include <zephyr/dt-bindings/pwm/pwm.h> [all …]
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [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. 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 93 application code, these will now automatically be registered at boot-up (this 129 This may cause out-of-tree scripts or commands to fail if they have relied [all …]
|