Home
last modified time | relevance | path

Searched +full:polling +full:- +full:interval +full:- +full:ms (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dnintendo,nunchuk.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: i2c-device.yaml
11 polling-interval-ms:
15 Interval between two reads, in ms. The interval must be greater than 21 ms. Default to 50 ms.
Dmicrochip,cap12xx.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Microchip CAP12xx family of 3, 6 and 8-channel capacitive touch sensors.
8 include: i2c-device.yaml
11 int-gpios:
12 type: phandle-array
14 Interrupt GPIO when not using polling mode.
21 poll-interval-ms:
24 Polling interval in ms when not using interrupt mode.
26 input-codes:
Dgpio-keys.yaml2 # SPDX-License-Identifier: Apache-2.0
8 is defined in a child node of the gpio-keys node and defines a specific key
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 compatible = "gpio-keys";
26 compatible: "gpio-keys"
31 debounce-interval-ms:
35 Debouncing interval time in milliseconds.
38 polling-mode:
42 specified debounce-interval-ms instead.
44 no-disconnect:
[all …]
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig5 # SPDX-License-Identifier: Apache-2.0
34 A timeout value in ms to check software reset status
37 bool "Polling mode"
40 int "XGMAC interrupt polling interval in us"
44 XGMAC interrupt polling interval in us
/Zephyr-latest/subsys/usb/device/class/hid/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
22 default-count = 1
26 module-str = usb hid
41 int "Polling interval"
44 Polling interval in ms selected by the USB HID Device.
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst1 .. zephyr:code-sample:: vcml4040
3 :relevant-api: sensor_interface
5 Get proximity and ambient light data from a VCNL4040 sensor (polling & trigger mode).
11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
24 - VCNL4040: https://www.vishay.com/docs/84274/vcnl4040.pdf
32 .. zephyr-app-commands::
33 :zephyr-app: samples/sensor/vcnl4040/
40 .. code-block:: console
43 Testing the polling mode.
47 <repeats for 5sec every 300ms>
[all …]
/Zephyr-latest/samples/sensor/i3g4250d/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
45 printf("%u ms: x %f , y %f , z %f\n", in fetch_and_display()
58 printf("Sensor %s is not ready\n", sensor->name); in main()
65 printf("Start polling with an interval of %d ms\n", DISPLAY_INTERVAL_MS); in main()
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
17 #io-channel-cells = <1>;
18 #address-cells = <1>;
19 #size-cells = <0>;
26 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
32 gpio-controller;
34 #gpio-cells = <0x2>;
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml3 # SPDX-License-Identifier: Apache-2.0
10 include: ethernet-controller.yaml
19 clock-frequency:
27 which it will be adjusted at run-time. Therefore, the value of this
29 respective GEM's TX clock - by default, this is the IO PLL.
31 mdc-divider:
42 init-mdio-phy:
45 Activates the management of a PHY associated with the controller in-
46 stance. If this parameter is activated at the board level, the de-
47 fault values of the associated parameters mdio-phy-address, phy-poll-
[all …]
/Zephyr-latest/boards/seeed/wio_terminal/
Dwio_terminal.dts3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
8 #include "wio_terminal-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/display/ili9xxx.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 compatible = "seeed,wio-terminal";
21 zephyr,code-partition = &code_partition;
41 compatible = "gpio-leds";
50 compatible = "gpio-keys";
70 compatible = "gpio-keys";
[all …]
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst25 perform a full erase, pass the ``--erase`` option when executing ``west flash``.
35 compiler option ``-fstack-protector-all``. Users who wish to use this option must now enable
52 array property ``input-codes``.
54 If the devicetree property ``int-gpios`` is present, interrupt mode is used
55 otherwise, polling is used.
57 the devicetree property ``poll-interval-ms``.
84 * The newly-added Kconfig option :kconfig:option:`CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT`
92 Trusted Firmware-M
107 The :c:macro:`DEVICE_API()` macro should be used by out-of-tree driver implementations for
116 * Renamed the ``compatible`` from ``nxp,kinetis-adc12`` to :dtcompatible:`nxp,adc12`.
[all …]
Drelease-notes-2.7.rst17 * Support for M-Profile Vector Extensions (MVE) on ARMv8.1-M
18 * Improved thread safety for Newlib and C++ on SMP-capable systems
20 * New Action-based Power Management API
23 * Linker Support for Tightly-Coupled Memory in RISC-V
25 * Support for extended PCI / PCIe capabilities, improved MIS-X support
33 * The kernel now supports both 32- and 64-bit architectures
36 * We added support for Point-to-Point Protocol (PPP)
37 * We added support for UpdateHub, an end-to-end solution for over-the-air device updates
38 * We added support for ARM Cortex-R Architecture
40 * Expanded support for ARMv6-M architecture
[all …]
Drelease-notes-1.12.rst12 - Asymmetric multiprocessing (AMP) via integration of OpenAMP
13 - Persistent storage support for Bluetooth Low Energy including Mesh
14 - 802.1Q - Virtual Local Area Network (VLAN) traffic on an Ethernet network
15 - Support multiple concurrent filesystem devices, partitions, and FS types
16 - Ethernet network management interface
17 - Networking traffic prioritization on a per-connection basis
18 - Support for Ethernet statistical counters
19 - Support for TAP net device on the native POSIX port
20 - Command-line Zephyr meta-tool "west"
21 - SPI slave support
[all …]
Drelease-notes-2.3.rst18 with future support for features like 64-bit and absolute timeouts in mind
21 * Zephyr now integrates with the TF-M (Trusted Firmware M) PSA-compliant
24 * The CMSIS-DSP library is now included and integrated
33 * CVE-2020-10022: UpdateHub Module Copies a Variable-Sized Hash String
34 into a fixed-size array.
35 * CVE-2020-10059: UpdateHub Module Explicitly Disables TLS
37 * CVE-2020-10061: Improper handling of the full-buffer case in the
39 * CVE-2020-10062: Packet length decoding error in MQTT
40 * CVE-2020-10063: Remote Denial of Service in CoAP Option Parsing Due
42 * CVE-2020-10068: In the Zephyr project Bluetooth subsystem, certain
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the
43 The simplest way to provision the device is through self-provisioning. To do this the user must
49 devices, as long as they're assigned non-overlapping unicast addresses. Alternatively, to provision
51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external
68 ``mesh prov local`` command above), we can perform self-configuration through any of the
73 uart:~$ mesh models cfg get-comp
89 uart:~$ mesh test net-send 82020100
120 .. list-table:: Parameter formats
122 :header-rows: 1
124 * - Type
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c4 * SPDX-License-Identifier: Apache-2.0
36 #warning Frienship feature may work unstable when non-deferred log mode is selected. Use the \
41 #define RX_DELAY_CORRECTION(lpn) ((lpn)->adv_duration)
64 #define REQ_RETRY_DURATION(lpn) (LPN_RECV_DELAY + (lpn)->adv_duration + \
65 (lpn)->recv_win + POLL_RETRY_TIMEOUT)
75 #define POLL_TIMEOUT_MAX(lpn) (POLL_TIMEOUT - \
87 /* 1 transmission, 20ms interval */
120 /* If we're waiting for segment acks keep polling at high freq */ in poll_timeout()
122 LOG_DBG("Tx is in progress. Keep polling"); in poll_timeout()
126 if (lpn->poll_timeout < POLL_TIMEOUT_MAX(lpn)) { in poll_timeout()
[all …]