Home
last modified time | relevance | path

Searched full:delaying (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/dts/bindings/spi/
Dnordic,nrf-spim.yaml21 Indicates if the SPIM instance has the capability of delaying MISO
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/
Drun_test_shall_not_pipeline_variant_rx_tx_prio_invert.sh26 # delaying the response. Detecting an extra request proves a
/Zephyr-latest/kernel/
Dbanner.c31 printk("***** delaying boot " DELAY_STR "ms (per build configuration) *****\n"); in boot_banner()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst176 The value of this state controls the interval step used for delaying the retransmissions of
192 used for delaying the retransmissions of unacknowledged segments of a segmented message to a unicast
242 This state holds a value that controls the delay increment of an interval used for delaying the
278 delaying the transmission of an acknowledgment message after receiving a new segment. The interval
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dsecurity.c78 * `security_changed_cb`, delaying it until `k_condvar_wait`. This in bt_testlib_secure()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c108 /* Keep delaying 10 milliseconds to ensure thread3 is done with in ZTEST()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c80 * * The delaying one (delay_handler) waits for K_MSEC(DELAY_MS) before
434 /* Reset state and use the delaying handler */ in ZTEST()
472 /* Reset state and use the delaying handler */ in ZTEST()
817 /* Reset state and use the delaying handler */ in ZTEST()
881 /* Reset state, allow one re-submission, and use the delaying in ZTEST()
923 /* Reset state and use the delaying handler. */ in ZTEST()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c215 /* Keep delaying 10 milliseconds to ensure thread3 is done with in thread_prior_common()
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig622 This value controls the interval step used for delaying the
633 This value controls the interval increment used for delaying the
675 delaying the transmission of an acknowledgment message after
686 delaying the transmission of an acknowledgment message after
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h145 * @brief Macro for delaying the code execution for at least the specified time.
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c116 bt_shell_print("Delaying response in %u ms...", in l2cap_recv()
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst121 This allows the handler to execute work in stages, without unduly delaying
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst250 model can do is "catch up" as soon as possible by not delaying the
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1372 * :github:`14184` - tests/benchmarks: Stuck at delaying boot banner on quark_se_c1000_ss_board
Drelease-notes-3.3.rst2702 - :github:`53000` - Delaying logging via CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS doesn't work if…