Searched refs:MSG_DATA (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 185 #. The sender sends an ``MSG_DATA`` or ``MSG_BOUND`` control message over ICMsg that contains start… 211 MSG_DATA subsubsection 220 * - MSG_DATA 227 The ``MSG_DATA`` control message indicates that a new data message was sent. 248 The ``MSG_RELEASE_DATA`` control message is sent in response to ``MSG_DATA``. 268 The ``MSG_BOUND`` control message is similar to the ``MSG_DATA`` except the blocks carry binding in… 353 Usually, it will be ``MSG_RELEASE_BOUND``, but ``MSG_DATA`` is also allowed.
|
D | icbmsg_flows.svg | 424 MSG_DATA, 432 MSG_DATA,...
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 127 MSG_DATA = 0, /* Data message. */ enumerator 984 case MSG_DATA: in control_received() 1072 r = send_block(dev_data, MSG_DATA, ept->addr, r, len); in send() 1216 return send_block(dev_data, MSG_DATA, ept->addr, r, len); in send_nocopy()
|