Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
 
struct k_work_delayable notify_work
 
struct k_work mbox_work
 
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

◆ mbox_work

struct k_work icmsg_data_t::mbox_work

◆ notify_work

struct k_work_delayable icmsg_data_t::notify_work

◆ 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: