思澈科技软件开发工具包  2.20
ipc_queue_cfg_t Struct Reference

#include <ipc_queue.h>

Data Fields

uint8_t qid
 
uint32_t rx_buf_addr
 
uint32_t tx_buf_addr
 
uint32_t tx_buf_addr_alias
 
uint32_t tx_buf_size
 
ipc_queue_rx_ind_t rx_ind
 
uint32_t user_data
 

Detailed Description

IPC queue configuration

Field Documentation

◆ qid

uint8_t ipc_queue_cfg_t::qid

queue id, starting from 0, numbering across all queues in all channels,

See also
ipc_hw_port.h

◆ rx_buf_addr

uint32_t ipc_queue_cfg_t::rx_buf_addr

rx buffer address from the view of receiver side

◆ rx_ind

ipc_queue_rx_ind_t ipc_queue_cfg_t::rx_ind

rx notification callback

◆ tx_buf_addr

uint32_t ipc_queue_cfg_t::tx_buf_addr

tx buffer address from the view of sender side

◆ tx_buf_addr_alias

uint32_t ipc_queue_cfg_t::tx_buf_addr_alias

tx buffer address from the view of receiver side

◆ tx_buf_size

uint32_t ipc_queue_cfg_t::tx_buf_size

tx buffer size in byte

◆ user_data

uint32_t ipc_queue_cfg_t::user_data

user data


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