Home
last modified time | relevance | path

Searched defs:icmsg_data_t (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/ipc/
Dicmsg.h84 struct icmsg_data_t { struct
86 struct pbuf *tx_pb;
87 struct pbuf *rx_pb;
89 struct k_mutex tx_lock;
93 const struct ipc_service_cb *cb;
94 void *ctx;
97 const struct icmsg_config_t *cfg;
99 struct k_work mbox_work;
101 uint16_t remote_sid;
102 uint16_t local_sid;
[all …]
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
Dicmsg_v1.h72 struct icmsg_data_t { struct
74 struct pbuf *tx_pb;
75 struct pbuf *rx_pb;
77 struct k_mutex tx_lock;
81 const struct ipc_service_cb *cb;
82 void *ctx;
85 const struct icmsg_config_t *cfg;
87 struct k_work_delayable notify_work;
88 struct k_work mbox_work;
90 atomic_t state;