![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
IPC Low Level Driver SOC specific file.
Go to the source code of this file.
Macros | |
| #define | IPC_INVALID_PROCID (0XFFU) | 
Functions | |
| int32_t | Ipc_getMailboxInfoTx (uint32_t selfId, uint32_t remoteId, uint32_t *clusterId, uint32_t *userId, uint32_t *queueId) | 
| int32_t | Ipc_getMailboxInfoRx (uint32_t selfId, uint32_t remoteId, uint32_t *clusterId, uint32_t *userId, uint32_t *queueId) | 
| int32_t | Ipc_getMailboxIntrRouterCfg (uint32_t selfId, uint32_t clusterId, uint32_t userId, Ipc_MbConfig *cfg, uint32_t cnt) | 
| uintptr_t | Ipc_getMailboxBaseAddr (uint32_t clusterId) | 
| const char * | Ipc_getCoreName (uint32_t procId) | 
| Returns the core name for get core id.  More... | |
| uint32_t | Ipc_getCoreId (void) | 
| Returns Core ID based on core build flag.  More... | |
| uint32_t | Ipc_isCacheCoherent (void) | 
| Returns TRUE if the memory is cache coherent.  More... | |