Home
last modified time | relevance | path

Searched full:polling (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/Zephyr-latest/drivers/serial/
DKconfig.intel_lw24 Assert RTS before polling out a character,
26 Please note that this is not suitable, when polling out several characters.
27 Please use uart_drv_cmd with CMD_POLL_ASSERT_RTS before polling out.
28 Then use CMD_POLL_DEASSERT_RTS to resume normal operation after polling.
/Zephyr-latest/samples/sensor/vcnl4040/
DREADME.rst5 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
43 Testing the polling mode.
49 Polling mode test finished.
/Zephyr-latest/dts/bindings/usb/
Dzephyr,hid-device.yaml39 in-polling-period-us:
43 Input or output type reports polling period in microseconds. For USB full
53 out-polling-period-us:
56 Output type reports polling period in microseconds. For USB full
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_intel_lw.h37 * Polling for data under normal operation, might cause unexpected behaviour.
39 * uart_drv_cmd with CMD_POLL_ASSERT_RTS before polling out/in.
40 * Then use CMD_POLL_DEASSERT_RTS to resume normal operation after polling.
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig37 bool "Polling mode"
40 int "XGMAC interrupt polling interval in us"
44 XGMAC interrupt polling interval in us
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DKconfig14 bool "hawkBit Polling mode"
16 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/samples/sensor/dht_polling/
Dsample.yaml8 description: Digital Humidity Temperature polling sample
9 name: DHT polling sample
DREADME.rst2 :name: Generic digital humidity temperature sensor polling
5 Get temperature and humidity data from a DHT sensor (polling mode).
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DKconfig15 bool "UpdateHub polling mode"
18 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/dts/bindings/input/
Dmicrochip,cap12xx.yaml14 Interrupt GPIO when not using polling mode.
24 Polling interval in ms when not using interrupt mode.
/Zephyr-latest/samples/sensor/co2_polling/
DREADME.rst2 :name: Generic CO2 polling sample
5 Get CO2 data from a sensor (polling mode).
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst66 Polling Read
69 Polling reads with `Read and Decode`_ can be accomplished by instantiating a
70 polling I/O device (akin to a file descriptor) for the sensor with the desired
74 Polling a temperature sensor and printing its readout is likely the simplest
80 Polling Read with Multiple Sensors
/Zephyr-latest/subsys/console/
DKconfig36 interrupt-driven operation and use busy-polling.
45 interrupt-driven operation and use busy-polling.
/Zephyr-latest/samples/sensor/die_temp_polling/
DREADME.rst2 :name: CPU die temperature polling
5 Get CPU die temperature data from a sensor using polling.
/Zephyr-latest/subsys/rtio/
DKconfig17 use polling on the completion queue with a k_yield() in between iterations.
29 will use polling on the completion queue with a k_yield() in between
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r4111 bool "RSSI polling work"
117 int "Configure RSSI WORK polling frequency"
121 This settings is used to configure the period of RSSI polling
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst16 Polling is the most basic method to access the UART peripheral. The reading
44 Most importantly, the Kconfig options define whether the polling API (default),
67 Polling API
/Zephyr-latest/samples/sensor/sm351lt/
DREADME.rst5 Detect a magnet's presence using the SM351LT magnetoresistive sensor (polling & trigger mode).
47 Polling at 0.5 Hz
/Zephyr-latest/subsys/sip_svc/
DKconfig58 int "Delay used for polling asynchronous jobs in micro-seconds"
61 Delay for sip_svc thread to sleep during each polling call for
/Zephyr-latest/include/zephyr/posix/sys/
Deventfd.h27 * It also supports polling and by including an eventfd in a call to poll,
28 * it is possible to signal and wake the polling thread by simply writing to
/Zephyr-latest/include/zephyr/zvfs/
Deventfd.h29 * It also supports polling and by including an eventfd in a call to poll,
30 * it is possible to signal and wake the polling thread by simply writing to
/Zephyr-latest/subsys/usb/device/class/hid/
DKconfig41 int "Polling interval"
44 Polling interval in ms selected by the USB HID Device.
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/
Dmimxrt685_evk_cm33.conf2 # so disable trigger mode and use polling mode for now.
/Zephyr-latest/samples/sensor/proximity_polling/
Dsample.yaml2 name: Proximity sensor polling sample
/Zephyr-latest/samples/sensor/accel_polling/
DREADME.rst2 :name: Generic 3-Axis accelerometer polling
5 Get 3-Axis accelerometer data from a sensor (polling mode).

12345678910>>...20