Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/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/co2_polling/
DREADME.rst2 :name: Generic CO2 polling sample
5 Get CO2 data from a sensor (polling mode).
/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.
/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/samples/sensor/accel_polling/
DREADME.rst2 :name: Generic 3-Axis accelerometer polling
5 Get 3-Axis accelerometer data from a sensor (polling mode).
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
Dlarge_in_report.overlay12 in-polling-period-us = <1000>;
Dlarge_out_report.overlay13 out-polling-period-us = <16000>;
Dout_report.overlay13 out-polling-period-us = <16000>;
Dapp.overlay13 in-polling-period-us = <1000>;
/Zephyr-latest/samples/subsys/usb/hid-mouse/
Dusbd_next.overlay12 in-polling-period-us = <1000>;
/Zephyr-latest/subsys/console/
DKconfig36 interrupt-driven operation and use busy-polling.
45 interrupt-driven operation and use busy-polling.
/Zephyr-latest/samples/drivers/ht16k33/boards/
Dnrf52840dk_nrf52840.overlay13 /* Uncomment to use IRQ instead of polling: */
/Zephyr-latest/samples/sensor/dht_polling/
DREADME.rst2 :name: Generic digital humidity temperature sensor polling
5 Get temperature and humidity data from a DHT sensor (polling mode).
/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/mipi_dbi/
DKconfig.nxp_lcdic20 Commands will still be sent in polling mode.
/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/drivers/input/
DKconfig.cf113327 Sample period in milliseconds when in polling mode.
DKconfig.cst816s19 Sample period in milliseconds when in polling mode.
Dinput_gpio_qdec.c46 atomic_t polling; member
104 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()
DKconfig.ft533624 Sample period in milliseconds when in polling mode.
DKconfig.gt91122 Sample period in milliseconds when in polling mode.
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig40 int "XGMAC interrupt polling interval in us"
44 XGMAC interrupt polling interval in us
/Zephyr-latest/boards/shields/lmp90100_evb/
Dlmp90100_evb.overlay17 /* Uncomment to use IRQ instead of polling: */
/Zephyr-latest/samples/sensor/tmp112/
DREADME.rst5 Get temperature data from a TMP112 sensor (polling & trigger mode).
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h63 struct hawkbit_ctl_res_sleep polling; member

12345678910>>...14