Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
icmsg_data_t Struct Reference

#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

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: