Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/ipc/
Dicmsg.h44 struct icmsg_data_t { struct
46 struct spsc_pbuf *tx_ib;
47 struct spsc_pbuf *rx_ib;
48 atomic_t tx_buffer_state;
50 struct k_mutex tx_lock;
54 const struct ipc_service_cb *cb;
55 void *ctx;
58 const struct icmsg_config_t *cfg;
59 struct k_work_delayable notify_work;
60 struct k_work mbox_work;
[all …]