Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/kernel/
Dbanner.c30 printk("***** delaying boot " DELAY_STR "ms (per build configuration) *****\n"); in boot_banner()
/Zephyr-Core-3.6.0/dts/bindings/spi/
Dnordic,nrf-spim.yaml21 Indicates if the SPIM instance has the capability of delaying MISO
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/bsim/bluetooth/host/att/read_fill_buf/testlib/
Dsecurity.c73 * `security_changed_cb`, delaying it until `k_condvar_wait`. This in bt_testlib_secure()
/Zephyr-Core-3.6.0/tests/bluetooth/common/testlib/src/
Dsecurity.c78 * `security_changed_cb`, delaying it until `k_condvar_wait`. This in bt_testlib_secure()
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c108 /* Keep delaying 10 milliseconds to ensure thread3 is done with in ZTEST()
/Zephyr-Core-3.6.0/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-Core-3.6.0/subsys/bluetooth/mesh/
DKconfig566 This value controls the interval step used for delaying the
577 This value controls the interval increment used for delaying the
619 delaying the transmission of an acknowledgment message after
630 delaying the transmission of an acknowledgment message after
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c216 /* Keep delaying 10 milliseconds to ensure thread3 is done with in thread_prior_common()
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dl2cap.c115 shell_print(ctx_shell, "Delaying response in %u ms...", in l2cap_recv()
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
Dnrfx_glue.h145 * @brief Macro for delaying the code execution for at least the specified time.
/Zephyr-Core-3.6.0/doc/kernel/services/threads/
Dworkqueue.rst121 This allows the handler to execute work in stages, without unduly delaying
/Zephyr-Core-3.6.0/boards/posix/native_sim/doc/
Dindex.rst250 model can do is "catch up" as soon as possible by not delaying the
/Zephyr-Core-3.6.0/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…