Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
#include <icmsg.h>
Data Fields | |
struct pbuf * | tx_pb |
struct pbuf * | rx_pb |
const struct ipc_service_cb * | cb |
void * | ctx |
const struct icmsg_config_t * | cfg |
uint16_t | remote_sid |
uint16_t | local_sid |
atomic_t | state |
const struct ipc_service_cb* icmsg_data_t::cb |
const struct icmsg_config_t* icmsg_data_t::cfg |
void* icmsg_data_t::ctx |
uint16_t icmsg_data_t::local_sid |
uint16_t icmsg_data_t::remote_sid |
struct pbuf* icmsg_data_t::rx_pb |
atomic_t icmsg_data_t::state |
struct pbuf* icmsg_data_t::tx_pb |