Searched full:releasing (Results 1 – 25 of 103) sorted by relevance
12345
/Zephyr-latest/tests/posix/rwlocks/src/ |
D | main.c | 33 LOG_DBG("Thread %d releasing RD lock", id); in thread_top() 44 LOG_DBG("Thread %d releasing WR lock", id); in thread_top() 81 LOG_DBG("Parent thread releasing WR lock"); in ZTEST() 97 LOG_DBG("Parent thread releasing WR lock again"); in ZTEST() 110 LOG_DBG("Main thread releasing RD lock"); in ZTEST()
|
/Zephyr-latest/dts/bindings/fpga/ |
D | lattice,ice40-fpga-base.yaml | 29 Delay (in microseconds) between asserting CRESET_B and releasing CRESET_B. 36 Delay (in microseconds) after releasing CRESET_B to clear internal configuration memory.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | connection_mgmt.rst | 15 :c:func:`bt_conn_unref` API is to be used when releasing a reference 24 sporadic bugs caused by not releasing the connection object.
|
/Zephyr-latest/dts/bindings/base/ |
D | power.yaml | 31 inactive state before releasing the regulator.
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | mipi-dbi-spi-device.yaml | 36 without releasing it. A typical use case is variable length SPI packets
|
/Zephyr-latest/lib/utils/ |
D | notify.c | 73 * completed state, releasing any spin-waiters, then complete in sys_notify_finalize()
|
/Zephyr-latest/dts/bindings/input/ |
D | tsc-keys.yaml | 65 Time in milliseconds to wait before releasing a key. By default a release
|
/Zephyr-latest/dts/bindings/spi/ |
D | spi-device.yaml | 58 without releasing it. A typical use case is variable length SPI packets
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_stress/test_scripts/ |
D | run_test.sh | 30 # second before releasing it.
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | semaphore.c | 43 /* Try releasing when no semaphore is obtained */ in thread_sema()
|
/Zephyr-latest/subsys/logging/ |
D | log_cache.h | 63 * not found in the cache. Releasing puts entry in idle list.
|
/Zephyr-latest/boards/adafruit/macropad_rp2040/doc/ |
D | index.rst | 46 encoder button (BOOT) and, while continuing to hold it, pressing and releasing the reset button.
|
/Zephyr-latest/drivers/clock_control/ |
D | nrf_clock_calibration.c | 24 * requesting, performing hw calibration and releasing hf clock. 122 /* Start cycle by starting backoff timer and releasing HFCLK XTAL. */
|
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 60 button then pressing 'RST' and releasing the 'RST' button.
|
/Zephyr-latest/samples/boards/nordic/clock_control/src/ |
D | main.c | 97 printk("releasing requested clock specs\n"); in main()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | csip.rst | 129 …<dbg> bt_csip_set_coordinator.csip_set_coordinator_release_highest_rank: Releasing member with ran… 131 …<dbg> bt_csip_set_coordinator.csip_set_coordinator_release_highest_rank: Releasing member with ran…
|
/Zephyr-latest/include/zephyr/xen/ |
D | gnttab.h | 35 * @map parameter after grant releasing.
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | dut.c | 60 __ASSERT(old != 0, "Tester error: releasing a reference that was not held"); in acl_pool_refs_held_remove()
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 70 immediately releasing it. After the get/put cycle completes, 76 releasing the same block. After the block is released, the thread
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | semaphore.c | 41 /* Try releasing when no semaphore is obtained */ in thread_sema()
|
/Zephyr-latest/soc/native/inf_clock/ |
D | soc.c | 12 * after which arch_cpu_idle() will be called releasing the execution back to
|
/Zephyr-latest/boards/vcc-gnd/yd_stm32h750vb/doc/ |
D | index.rst | 63 by keeping the BOOT0 switch pressed while pressing and releasing the RST switch.
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 37 Releasing Memory 207 Releasing Memory
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ |
D | icmsg_v1.h | 123 * Closing an icmsg instance results in releasing all resources used by given
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.h | 110 * @param flag user releasing the scanner
|
12345