Home
last modified time | relevance | path

Searched +full:vbias +full:- +full:pins (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/adc/
Dadc-controller.yaml3 # SPDX-License-Identifier: Apache-2.0
10 "#io-channel-cells":
14 "#address-cells":
17 "#size-cells":
20 child-binding:
41 - ADC_GAIN_1_6: x 1/6
42 - ADC_GAIN_1_5: x 1/5
43 - ADC_GAIN_1_4: x 1/4
44 - ADC_GAIN_2_7: x 2/7
45 - ADC_GAIN_1_3: x 1/3
[all …]
/Zephyr-latest/drivers/adc/
Dadc_ads1x4s0x.c4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/dt-bindings/adc/ads1x4s0x_adc.h>
95 FIELD_GET(GENMASK(pos + length - 1, pos), value)
97 target &= ~GENMASK(pos + length - 1, pos); \
98 target |= FIELD_PREP(GENMASK(pos + length - 1, pos), value)
366 * - AIN0 as positive input
367 * - AIN1 as negative input
373 * - disable reference monitor
374 * - enable positive reference buffer
375 * - disable negative reference buffer
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst10 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 …]