PDK API Guide for J721E
IPC Driver Configurations

Introduction

This is documentation for IPC driver configuration

Files

file  ipc_config.h
 configurations for ipc module.
 

Macros

#define IPC_CTRL_ENDPOINT_ID   (53U)
 Control End Point End Point used to communicate control messages. Primarily used to communicate available end point on a processor ID. More...
 
#define IPC_VRING_SIZE   (0x20000U)
 Size of VRing. There are 256 buffer of 512 bytes Allocate same amount for book keeping. More...
 
#define IPC_MAX_NAME_ENTRY   (100u)
 Max size of Name Entry. More...
 
#define IPC_TASK_STACKSIZE   0x2000U
 
#define IPC_SCICLIENT_TIMEOUT   (SCICLIENT_SERVICE_WAIT_FOREVER)
 SCICLIENT API timeout. More...
 

Macro Definition Documentation

#define IPC_CTRL_ENDPOINT_ID   (53U)

Control End Point End Point used to communicate control messages. Primarily used to communicate available end point on a processor ID.

#define IPC_VRING_SIZE   (0x20000U)

Size of VRing. There are 256 buffer of 512 bytes Allocate same amount for book keeping.

#define IPC_MAX_NAME_ENTRY   (100u)

Max size of Name Entry.

#define IPC_TASK_STACKSIZE   0x2000U
#define IPC_SCICLIENT_TIMEOUT   (SCICLIENT_SERVICE_WAIT_FOREVER)

SCICLIENT API timeout.