/Zephyr-latest/samples/sensor/vcnl4040/ |
D | README.rst | 1 .. 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. 49 Polling mode test finished. [all …]
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 9 prompt "hawkBit mode" 14 bool "hawkBit Polling mode" 16 Polling mode runs automatically on a predefined period, probing the 21 bool "hawkBit manual mode" 23 Manual mode requires the user to call the server probe and then, if
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | Kconfig | 1 # Copyright (c) 2018-2020 O.S.Systems 2 # SPDX-License-Identifier: Apache-2.0 7 bool "UpdateHub manual mode" 9 Manual mode requires the user to call the server probe and then, if 15 bool "UpdateHub polling mode" 18 Polling mode runs automatically on a predefined period, probing the 25 string "WIFI SSID - Network name" 28 string "WIFI PSK - Network password key"
|
/Zephyr-latest/dts/bindings/input/ |
D | microchip,cap12xx.yaml | 2 # 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. 19 Property to enable the interrupt repeat mode for prolonged touch events. 21 poll-interval-ms: 24 Polling interval in ms when not using interrupt mode. 26 input-codes:
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 5 # SPDX-License-Identifier: Apache-2.0 37 bool "Polling mode" 40 int "XGMAC interrupt polling interval in us" 44 XGMAC interrupt polling interval in us 65 bool "Promiscuous mode" 68 Disables the promiscuous mode support in XGMAC device.
|
/Zephyr-latest/samples/sensor/co2_polling/ |
D | README.rst | 1 .. zephyr:code-sample:: co2 2 :name: Generic CO2 polling sample 3 :relevant-api: sensor_interface 5 Get CO2 data from a sensor (polling mode). 17 .. zephyr-app-commands:: 18 :zephyr-app: samples/sensor/co2_polling 26 .. code-block:: console
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.iproc_pax | 2 # SPDX-License-Identifier: Apache-2.0 6 prompt "Broadcom PAX(PCIE<->AXI) DMA driver" 13 prompt "Broadcom PAX(PCIE<->AXI) DMA driver version 2" 38 bool "PAX DMA API in polling mode" 51 prompt "PAX DMA Ring operation mode" 55 bool "PAX DMA Ring toggle mode" 57 PAX DMA hardware ring operation in toggle mode 60 bool "PAX DMA Ring door bell mode" 62 PAX DMA hardware ring operation in doorbell mode
|
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 14 Enable driver for VL53L1X I2C-based time of flight sensor. 19 bool "Use interrupt mode for VL53L1X time of flight sensor" 23 Enable interrupt mode for VL53L1X time of flight sensor. Otherwise, 24 the driver will use the polling method.
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | Kconfig.nxp_lcdic | 2 # SPDX-License-Identifier: Apache-2.0 20 Commands will still be sent in polling mode.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 1 .. _sensor-fetch-and-get: 28 Polling section in Fetch and Get 31 Using fetch and get sensor can be read in a polling manner from software threads. 47 Triggers may not be set from user mode threads, and the callback is not 48 run in a user mode context. 53 the BMI160 driver which has Kconfig options for selecting a trigger mode.
|
D | read_and_decode.rst | 1 .. _sensor-read-and-decode: 14 Benefits over :ref:`sensor-fetch-and-get` 19 that have been run into with :ref:`sensor-fetch-and-get`. 25 functions that work on vectors of data to be done (e.g. low-pass filters, FFT, 40 * Requesting multiple reads to the same device for Ping-Pong (double buffering) 45 * Potentially pre-programming DMAs to trigger on GPIO events, leaving the CPU 48 Additionally, other shortcomings of :ref:`sensor-fetch-and-get` related to memory 53 enabling pre-programmed DMA transfers on GPIO interrupts. 58 * All sensor processing can be done in user mode (memory protected) threads. 66 Polling Read [all …]
|
/Zephyr-latest/samples/sensor/sm351lt/ |
D | README.rst | 1 .. zephyr:code-sample:: sm351lt 3 :relevant-api: sensor_interface 5 Detect a magnet's presence using the SM351LT magnetoresistive sensor (polling & trigger mode). 22 https://sensing.honeywell.com/SM351LT-low-power 36 .. zephyr-app-commands:: 37 :zephyr-app: samples/sensor/sm351lt 45 .. code-block:: console 47 Polling at 0.5 Hz
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.cf1133 | 2 # SPDX-License-Identifier: Apache-2.0 27 Sample period in milliseconds when in polling mode.
|
D | Kconfig.cst816s | 2 # SPDX-License-Identifier: Apache-2.0 19 Sample period in milliseconds when in polling mode.
|
D | Kconfig.ft5336 | 3 # SPDX-License-Identifier: Apache-2.0 24 Sample period in milliseconds when in polling mode.
|
D | Kconfig.gt911 | 3 # SPDX-License-Identifier: Apache-2.0 22 Sample period in milliseconds when in polling mode.
|
D | input_gpio_qdec.c | 4 * SPDX-License-Identifier: Apache-2.0 46 atomic_t polling; member 66 const struct gpio_qdec_config *cfg = dev->config; in gpio_qdec_irq_setup() 71 const struct gpio_dt_spec *gpio = &cfg->ab_gpio[i]; in gpio_qdec_irq_setup() 83 const struct gpio_qdec_config *cfg = dev->config; in gpio_qdec_idle_polling_mode() 85 if (cfg->idle_poll_time_us > 0) { in gpio_qdec_idle_polling_mode() 94 const struct gpio_qdec_config *cfg = dev->config; in gpio_qdec_poll_mode() 95 struct gpio_qdec_data *data = dev->data; in gpio_qdec_poll_mode() 101 k_timer_start(&data->sample_timer, K_NO_WAIT, in gpio_qdec_poll_mode() 102 K_USEC(cfg->sample_time_us)); in gpio_qdec_poll_mode() [all …]
|
/Zephyr-latest/samples/sensor/vcnl4040/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 61 remaining_test_time -= SLEEPTIME; in test_polling_mode() 69 switch (trig->type) { in trigger_handler() 140 printf("Testing the polling mode.\n"); in main() 142 printf("Polling mode test finished.\n"); in main() 144 printf("Testing the trigger mode.\n"); in main() 146 printf("Trigger mode test finished.\n"); in main()
|
/Zephyr-latest/samples/sensor/tmp108/ |
D | README.rst | 1 .. zephyr:code-sample:: tmp108 3 :relevant-api: sensor_interface 5 Get temperature data from a TMP108 sensor (polling & trigger mode). 12 also using low power one shot mode. 17 A board with the :dtcompatible:`ti,tmp108` built in to its :ref:`devicetree <dt-guide>`, 23 .. code-block:: console 25 ** Booting Zephyr OS build zephyr-v2.6.0-1923-g72bb75a360ce ***
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 3 # Copyright (c) 2016-2017 ARM Ltd 5 # SPDX-License-Identifier: Apache-2.0 44 bool "1G mode for ENET1G instance" 48 Enable the use of the ENET1G ethernet instance in 1G mode. 62 - IPv4, UDP and TCP checksum (both Rx and Tx) 96 bool "Promiscuous mode" 98 Place the Ethernet receiver in promiscuous mode. This may be useful 113 - IPv4, UDP and TCP checksum (both Rx and Tx) 141 communication with MAC ENET controller. Other busses - like SPI 149 Set the PHY status polling period. [all …]
|
/Zephyr-latest/samples/sensor/accel_polling/ |
D | README.rst | 1 .. zephyr:code-sample:: accel_polling 2 :name: Generic 3-Axis accelerometer polling 3 :relevant-api: sensor_interface 5 Get 3-Axis accelerometer data from a sensor (polling mode). 10 This sample application demonstrates how to use 3-Axis accelerometers. 15 This sample supports up to 10 3-Axis accelerometers. Each accelerometer needs 18 .. code-block:: devicetree 28 .. zephyr-app-commands:: 29 :zephyr-app: samples/sensor/accel_polling 37 .. code-block:: console [all …]
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | README.rst | 1 .. zephyr:code-sample:: dht_polling 2 :name: Generic digital humidity temperature sensor polling 3 :relevant-api: sensor_interface 5 Get temperature and humidity data from a DHT sensor (polling mode). 19 .. code-block:: devicetree 32 map-file next fixture settings:: 34 - fixture: fixture_i2c_hs300x 39 .. zephyr-app-commands:: 40 :zephyr-app: samples/sensor/dht_polling 48 .. code-block:: console
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,vl53l1x.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: [sensor-device.yaml, i2c-device.yaml] 11 xshut-gpios: 12 type: phandle-array 17 directly to VDD, the sensor will go into boot mode on a 20 int-gpios: 21 type: phandle-array 25 can be disabled if the user prefers to use polling instead.
|
/Zephyr-latest/samples/sensor/tmp112/ |
D | README.rst | 1 .. zephyr:code-sample:: tmp112 3 :relevant-api: sensor_interface 5 Get temperature data from a TMP112 sensor (polling & trigger mode). 15 A board with this sensor built in to its :ref:`devicetree <dt-guide>`, or a 23 .. zephyr-app-commands:: 24 :zephyr-app: samples/sensor/tmp112
|
/Zephyr-latest/samples/sensor/ds18b20/ |
D | README.rst | 1 .. zephyr:code-sample:: ds18b20 2 :name: DS18B20 1-Wire Temperature Sensor 3 :relevant-api: sensor_interface w1_sensor 5 Get ambient temperature data from a DS18B20 sensor (polling mode). 11 `DS18B20`_ 1-Wire temperature sensor. 18 sensor in polling mode (without interrupt trigger). 31 https://www.analog.com/media/en/technical-documentation/data-sheets/ds18b20.pdf 33 Boards with a built-in DS18B20 or a board-specific overlay 40 .. zephyr-app-commands:: 41 :zephyr-app: samples/sensor/ds18b20 [all …]
|