Searched full:polling (Results 1 – 25 of 483) sorted by relevance
12345678910>>...20
/Zephyr-latest/drivers/serial/ |
D | Kconfig.intel_lw | 24 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/ |
D | README.rst | 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 43 Testing the polling mode. 49 Polling mode test finished.
|
/Zephyr-latest/dts/bindings/usb/ |
D | zephyr,hid-device.yaml | 39 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/ |
D | uart_intel_lw.h | 37 * 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/ |
D | Kconfig | 37 bool "Polling mode" 40 int "XGMAC interrupt polling interval in us" 44 XGMAC interrupt polling interval in us
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/ |
D | Kconfig | 14 bool "hawkBit Polling mode" 16 Polling mode runs automatically on a predefined period, probing the
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | sample.yaml | 8 description: Digital Humidity Temperature polling sample 9 name: DHT polling sample
|
D | README.rst | 2 :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/ |
D | Kconfig | 15 bool "UpdateHub polling mode" 18 Polling mode runs automatically on a predefined period, probing the
|
/Zephyr-latest/dts/bindings/input/ |
D | microchip,cap12xx.yaml | 14 Interrupt GPIO when not using polling mode. 24 Polling interval in ms when not using interrupt mode.
|
/Zephyr-latest/samples/sensor/co2_polling/ |
D | README.rst | 2 :name: Generic CO2 polling sample 5 Get CO2 data from a sensor (polling mode).
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 66 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/ |
D | Kconfig | 36 interrupt-driven operation and use busy-polling. 45 interrupt-driven operation and use busy-polling.
|
/Zephyr-latest/samples/sensor/die_temp_polling/ |
D | README.rst | 2 :name: CPU die temperature polling 5 Get CPU die temperature data from a sensor using polling.
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 17 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/ |
D | Kconfig.ublox-sara-r4 | 111 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/ |
D | uart.rst | 16 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/ |
D | README.rst | 5 Detect a magnet's presence using the SM351LT magnetoresistive sensor (polling & trigger mode). 47 Polling at 0.5 Hz
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 58 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/ |
D | eventfd.h | 27 * 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/ |
D | eventfd.h | 29 * 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/ |
D | Kconfig | 41 int "Polling interval" 44 Polling interval in ms selected by the USB HID Device.
|
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/ |
D | mimxrt685_evk_cm33.conf | 2 # so disable trigger mode and use polling mode for now.
|
/Zephyr-latest/samples/sensor/proximity_polling/ |
D | sample.yaml | 2 name: Proximity sensor polling sample
|
/Zephyr-latest/samples/sensor/accel_polling/ |
D | README.rst | 2 :name: Generic 3-Axis accelerometer polling 5 Get 3-Axis accelerometer data from a sensor (polling mode).
|
12345678910>>...20