Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
icmsg_data_t Struct Reference

#include <icmsg.h>

Data Fields

struct pbuftx_pb
struct pbufrx_pb
const struct ipc_service_cbcb
void * ctx
const struct icmsg_config_tcfg
uint16_t remote_sid
uint16_t local_sid
atomic_t state

Field Documentation

◆ cb

const struct ipc_service_cb* icmsg_data_t::cb

◆ cfg

const struct icmsg_config_t* icmsg_data_t::cfg

◆ ctx

void* icmsg_data_t::ctx

◆ local_sid

uint16_t icmsg_data_t::local_sid

◆ remote_sid

uint16_t icmsg_data_t::remote_sid

◆ rx_pb

struct pbuf* icmsg_data_t::rx_pb

◆ state

atomic_t icmsg_data_t::state

◆ tx_pb

struct pbuf* icmsg_data_t::tx_pb

The documentation for this struct was generated from the following file: