Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt59 Starting delayed test
60 - Initializing delayed test items
61 - Submitting delayed test items
62 - Submitting delayed work 1 from preempt thread
63 - Submitting delayed work 3 from preempt thread
64 - Submitting delayed work 5 from preempt thread
65 - Waiting for delayed work to finish
66 - Submitting delayed work 2 from coop thread
67 - Submitting delayed work 4 from coop thread
68 - Submitting delayed work 6 from coop thread
[all …]
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf574 int "Clock accuracy for delayed operations"
78 Accuracy of the clock used for scheduling radio delayed operations (delayed transmission
79 or delayed reception), in ppm.
DKconfig86 Make this device a CSL (coordinated sampled listening) endpoint with delayed
/Zephyr-latest/drivers/sensor/aosong/dht/
DKconfig20 reading successfully from the sensor at the cost of delayed interrupt servicing (e.g.
/Zephyr-latest/drivers/sensor/jedec/jc42/
DKconfig42 int "Sensor delayed work thread stack size"
/Zephyr-latest/drivers/i2c/
DKconfig.sam019 transaction and ensures that high speed modes are not delayed
/Zephyr-latest/drivers/sensor/sx9500/
DKconfig48 int "Sensor delayed work thread stack size"
/Zephyr-latest/subsys/usb/device_next/
DKconfig55 Message work may need to be delayed because the device stack is not
/Zephyr-latest/samples/drivers/i2s/echo/
DREADME.rst12 mixes the original signal with its delayed form that is buffered, providing
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci106 // delayed asg via macro: struct T * D; ... ; D = DEV_CFG();
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c540 uint32_t delayed = 0; in mcux_i3c_state_wait_timeout() local
543 while (delayed <= total_delay_us) { in mcux_i3c_state_wait_timeout()
550 delayed += step_delay_us; in mcux_i3c_state_wait_timeout()
/Zephyr-latest/drivers/serial/
DKconfig133 is delayed. Module implements zero-copy approach with multiple reception
/Zephyr-latest/subsys/net/lib/http/
DKconfig178 will be delayed by this value (miliseconds). The delay is needed to
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp53 To avoid a (low-probability) issue when delayed packets from
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst72 The kernel allows a delayed start to be canceled before the thread begins
74 started. A thread whose delayed start was successfully canceled must be
Dworkqueue.rst344 For delayed work there are two common use cases, depending on whether a
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df267 SOCs nRF52811, nRF52820, nRF52833, nRF5340 generate PHYEND event delayed when
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst156 To avoid a (low-probability) issue when delayed packets from
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst251 the order they were passed to the access layer. This is because some messages can be delayed
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig839 int "Number of simultaneously delayed messages"
867 When enabled, the periodic publications are randomly delayed by 20 to 50ms. Publications
868 triggered at the start of the stack or by the bt_mesh_model_publish() call are delayed by
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst212 * :github:`1280` - shell on Arduino Due prints "shell>" before the delayed boot banner
Drelease-notes-1.13.rst295 * :github:`9785` - Bluetooth: bt_gatt_service_register() assumes sc delayed work handler is initial…
Drelease-notes-1.14.rst482 of logging into the shell, and delayed log processing.
1710 * :github:`12409` - non-tickless kernels incorrectly advance system clock with delayed ticks
2215 * :github:`8057` - samples/net/: Experiencing the delayed response from zephyr networking stack
/Zephyr-latest/doc/services/logging/
Dindex.rst370 in deferred mode the printk behaviour is changed since the output is delayed
/Zephyr-latest/subsys/bluetooth/host/
DKconfig228 # Enables delayed non-volatile storage mechanism

12