Searched defs:icmsg_data_t (Results 1 – 2 of 2) sorted by relevance
84 struct icmsg_data_t { struct86 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 …]
72 struct icmsg_data_t { struct74 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;