Home
last modified time | relevance | path

Searched full:bounded (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
Dsample.yaml21 - "host: Ep bounded"
40 - "host: Ep bounded"
64 - "I: Ep bounded"
86 - "host: Ep bounded"
110 - "host: Ep bounded"
138 - "I: Ep bounded"
164 - "host: Ep bounded"
DREADME.rst38 [00:00:00.417,816] <inf> host: Ep bounded
45 [00:00:01.924,865] <inf> host: Ep bounded
55 [00:00:00.006,378] <inf> remote: Ep bounded
62 [00:00:00.006,347] <inf> remote: Ep bounded
/Zephyr-latest/samples/subsys/logging/multidomain/
Dsample.yaml24 - "app: bounded"
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst16 succeed if the BBRAM is in a valid state and the operation is bounded to the memory region.
/Zephyr-latest/dts/bindings/haptics/
Dti,drv2605.yaml56 Sets a clamp so that the automatic overdrive is bounded. The default
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst70 /* Endpoint bounded */
120 /* Endpoint bounded */
/Zephyr-latest/samples/subsys/logging/multidomain/remote/src/
Dipc_service.c76 LOG_INF("bounded"); in ipc1_entry()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/remote/src/
Dmain.c36 LOG_INF("Ep bounded"); in ep_bound()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/test_scripts/
Drun.sh27 # Although all simulations are started with a bounded end (the `sim_length`
/Zephyr-latest/include/zephyr/kernel/
Dthread.h220 * as bounded by when the thread was scheduled in and scheduled out.
222 * non-idle threads as bounded by the idle thread(s).
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst50 States of Servers are bounded as per Bluetooth SIG Mesh Model Specification v1.0
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst44 existing one. :c:func:`sys_slist_append_list` will append a bounded
Drbtree.rst9 which has runtimes on search and removal operations bounded at
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c40 LOG_INF("Ep bounded"); in ep_bound()
/Zephyr-latest/include/zephyr/sys/
Dhash_map_api.h186 * no artificial limitation in size (and be bounded only by the provided
Dsys_heap.h42 * Excellent performance with firmly bounded runtime. All operations
/Zephyr-latest/lib/heap/
Dheap.h48 * The field order is so that allocated buffers are immediately bounded
Dheap.c218 /* First try a bounded count of items from the minimal bucket in alloc_chunk()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c64 * a the endpoint is bounded and can now receive a data.
69 * When ICMsg is bounded and user registers an endpoint on initiator side, the backend
114 /** Flag indicating that ICMsg was bounded for this instance. */
741 /* Skip processing if ICMsg was not bounded yet. */ in ept_bound_process()
1008 /* Set flag that ICMsg is bounded and now, endpoint bounding may start. */ in control_bound()
/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h321 * @brief Statically define a "data bounded size" packet filter condition
/Zephyr-latest/include/zephyr/ipc/
Dipc_service.h224 * Function to be used to close an instance. All bounded endpoints must be
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c680 * For this SDU we can only consume of packet, bounded by: in isoal_rx_append_to_sdu()
2091 * For this PDU we can only consume of packet, bounded by: in isoal_tx_unframed_produce()
2647 * For this PDU we can only consume of packet, bounded by: in isoal_tx_framed_produce()
/Zephyr-latest/doc/services/zbus/
Dindex.rst364 * No bounded priority inversion will happen among the publisher and the observers;
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst1265 * :c:func:`ipc_service_close_instance` now only acts on bounded endpoints.
Drelease-notes-3.0.rst279 (as bounded by the scheduling of the idle thread). This permits a developer