Home
last modified time | relevance | path

Searched +full:lower +full:- +full:temperature +full:- +full:limit (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Dist,tsic-xx6.yaml2 # SPDX-License-Identifier: Apache-2.0
5 TSic xx6 temperature sensor.
6 https://www.ist-ag.com/sites/default/files/downloads/ATTSic_E.pdf
11 compatible = "ist,tsic-xx6";
13 data-bits = <14>;
14 lower-temperature-limit = <(-10)>;
15 higher-temperature-limit = <60>;
18 compatible: "ist,tsic-xx6"
23 type: phandle-array
26 lower-temperature-limit:
[all …]
/Zephyr-latest/tests/drivers/build_all/sensor/
Dpwm.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 compatible = "ist,tsic-xx6";
13 data-bits = <14>;
14 lower-temperature-limit = <(-100)>;
15 higher-temperature-limit = <250>;
Di2c.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h>
10 #include <zephyr/dt-bindings/sensor/lsm6dso.h>
11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h>
12 #include <zephyr/dt-bindings/sensor/lps22hh.h>
13 #include <zephyr/dt-bindings/sensor/lps2xdf.h>
14 #include <zephyr/dt-bindings/sensor/lis2ds12.h>
15 #include <zephyr/dt-bindings/sensor/lis2dw12.h>
16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>
17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>
[all …]
/Zephyr-latest/samples/sensor/thermometer/
DREADME.rst1 .. zephyr:code-sample:: thermometer
3 :relevant-api: sensor_interface
5 Get ambient temperature data from a temperature sensor and get alerts when temperature drifts
11 This sample application periodically measures the ambient temperature
31 .. zephyr-app-commands::
32 :zephyr-app: samples/sensor/thermometer
38 To build for other boards and ambient temperature sensors, enable the sensor
40 alias named ``ambient-temp0`` to link to the node. See the overlay used for the
45 Temperature Alert
48 If the attached sensor supports alerts when the temperature drifts above or
[all …]
/Zephyr-latest/drivers/sensor/amg88xx/
Damg88xx.h2 * Copyright (c) 2017-2019 Phytec Messtechnik GmbH
4 * SPDX-License-Identifier: Apache-2.0
21 #define AMG88XX_INTHL 0x08 /* Interrupt level upper limit [7:0] */
22 #define AMG88XX_INTHH 0x09 /* Interrupt level upper limit [11:8] */
23 #define AMG88XX_INTLL 0x0a /* Interrupt level lower limit [7:0] */
24 #define AMG88XX_INTLH 0x0b /* Interrupt level lower limit [11:8] */
27 #define AMG88XX_TTHL 0x0e /* Thermistor temperature data [7:0] */
28 #define AMG88XX_TTHH 0x0f /* Thermistor temperature data [10:8] */
/Zephyr-latest/samples/sensor/thermometer/src/
Dmain.c6 * SPDX-License-Identifier: Apache-2.0
22 printf("Could not fetch temperature: %d\n", ret); in read_temperature()
28 printf("Could not get temperature: %d\n", ret); in read_temperature()
42 printf("Reading temperature failed: %d\n", ret); in temp_alert_handler()
47 printf("Temperature below threshold: %0.1f°C\n", temp); in temp_alert_handler()
49 printf("Temperature above threshold: %0.1f°C\n", temp); in temp_alert_handler()
51 printf("Error: temperature alert triggered without valid condition\n"); in temp_alert_handler()
69 printf("Device %s is not ready\n", dev->name); in main()
73 printf("Temperature device is %p, name is %s\n", dev, dev->name); in main()
78 printf("Failed to read temperature: %d\n", ret); in main()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h6 * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
31 /** UUID type 16-bit. */
33 /** UUID type 32-bit. */
35 /** UUID type 128-bit. */
39 /** Size in octets of a 16-bit UUID */
42 /** Size in octets of a 32-bit UUID */
45 /** Size in octets of a 128-bit UUID */
56 /** UUID value, 16-bit in host endianness. */
63 /** UUID value, 32-bit in host endianness. */
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications.
13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`.
16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2.
23 * Over 30 new supported boards, spanning all Zephyr-supported architectures.
37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47
38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_
40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc
41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_
43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw
44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_
[all …]
Drelease-notes-3.0.rst22 * CVE-2021-3835: `Zephyr project bug tracker GHSA-fm6v-8625-99jf
23 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-fm6v-8625-99jf>`_
25 * CVE-2021-3861: `Zephyr project bug tracker GHSA-hvfp-w4h8-gxvj
26 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hvfp-w4h8-gxvj>`_
28 * CVE-2021-3966: `Zephyr project bug tracker GHSA-hfxq-3w6x-fv2m
29 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-hfxq-3w6x-fv2m>`_
36 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
53 * Added ``ranges`` and ``dma-ranges`` as invalid property to be used with DT_PROP_LEN()
58 CRC-16-ANSI checksum. A new function, :c:func:`crc16_reflect`, has been
69 * The following Kconfig options related to radio front-end modules (FEMs) were
[all …]
Drelease-notes-2.5.rst27 * CVE-2021-3323: Under embargo until 2021-04-14
28 * CVE-2021-3321: Under embargo until 2021-04-14
29 * CVE-2021-3320: Under embargo until 2021-04-14
39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.
63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive
67 timeout usage must use the new-style k_timeout_t type and not the
87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a
101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
146 sys_heap/k_heaps. Note that the new-style heap is a general
[all …]
Drelease-notes-3.2.rst13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
31 * CVE-2022-2993: Under embargo until 2022-11-03
33 * CVE-2022-2741: Under embargo until 2022-10-14
56 This definition can be used by third-party code to compile code conditional
58 Therefore, any third-party code integrated using the Zephyr build system will
91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates
96 resulting sample point outside the guard limit.
129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst18 CoAP packet-size optimization and a simple, stateless flow that supports a
35 .. list-table::
36 :header-rows: 1
38 * - Object ID
39 - Name
40 - Instance
41 - Mandatory
43 * - 3
44 - Device
45 - Single
[all …]