PDK API Guide for J721E

Introduction

IPC - Multiproc interface.

Go to the source code of this file.

Macros

#define IPC_MP_INVALID_ID   (0xFFFFFFFFU)
 Invalid processor id. More...
 

Functions

int32_t Ipc_mpSetConfig (uint32_t selfId, uint16_t numProc, uint32_t procArry[IPC_MAX_PROCS])
 Sets the multiproc configuration. More...
 
uint32_t Ipc_mpGetId (const char *name)
 Gets the MultiProc id. More...
 
const char * Ipc_mpGetName (uint32_t id)
 Gets the name of a processor. More...
 
uint16_t Ipc_mpGetNumProcessors (void)
 Gets the number of processors. More...
 
uint32_t Ipc_mpGetSelfId (void)
 Gets executing processor's MultiProc id. More...
 
const char * Ipc_mpGetSelfName (void)
 Get the processor name for current processor. More...
 
uint32_t Ipc_mpGetRemoteProcId (uint32_t coreIndex)
 Returns procId of the given index. More...