Home
last modified time | relevance | path

Searched refs:MSG_BOUND (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst185 #. The sender sends an ``MSG_DATA`` or ``MSG_BOUND`` control message over ICMsg that contains start…
252 MSG_BOUND subsubsection
261 * - MSG_BOUND
268 The ``MSG_BOUND`` control message is similar to the ``MSG_DATA`` except the blocks carry binding in…
287 The ``MSG_RELEASE_BOUND`` control message is sent in response to ``MSG_BOUND``.
346 The binding message is sent using the ``MSG_BOUND`` control message and released with the ``MSG_REL…
Dicbmsg_flows.svg150 MSG_BOUND,
158 MSG_BOUND...
269 MSG_BOUND,
277 MSG_BOUND...
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c129 MSG_BOUND, /* Endpoint bounding message. */ enumerator
707 r = send_block(dev_data, MSG_BOUND, ept->addr, r, msg_len); in send_bound_message()
981 case MSG_BOUND: in control_received()