Searched refs:polling (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
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.
2 :name: Generic CO2 polling sample5 Get CO2 data from a sensor (polling mode).
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 mode43 Testing the polling mode.
2 :name: CPU die temperature polling5 Get CPU die temperature data from a sensor using polling.
2 :name: Generic 3-Axis accelerometer polling5 Get 3-Axis accelerometer data from a sensor (polling mode).
12 in-polling-period-us = <1000>;
13 out-polling-period-us = <16000>;
13 in-polling-period-us = <1000>;
36 interrupt-driven operation and use busy-polling.45 interrupt-driven operation and use busy-polling.
13 /* Uncomment to use IRQ instead of polling: */
2 :name: Generic digital humidity temperature sensor polling5 Get temperature and humidity data from a DHT sensor (polling mode).
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
20 Commands will still be sent in polling mode.
58 int "Delay used for polling asynchronous jobs in micro-seconds"61 Delay for sip_svc thread to sleep during each polling call for
27 Sample period in milliseconds when in polling mode.
19 Sample period in milliseconds when in polling mode.
46 atomic_t polling; member104 atomic_set(&data->polling, 1); in gpio_qdec_poll_mode()122 atomic_set(&data->polling, 0); in gpio_qdec_idle_mode()178 atomic_get(&data->polling) == 0) { in gpio_qdec_sample_timer_timeout()
24 Sample period in milliseconds when in polling mode.
22 Sample period in milliseconds when in polling mode.
40 int "XGMAC interrupt polling interval in us"44 XGMAC interrupt polling interval in us
17 /* Uncomment to use IRQ instead of polling: */
5 Get temperature data from a TMP112 sensor (polling & trigger mode).
63 struct hawkbit_ctl_res_sleep polling; member