MCUSW
Cdd_IpcMpType Struct Reference

Detailed Description

Defines processor identifiers Core on which MCAL/AUTOSAR is hosted and other cores with which IPC is desired.

Data Fields

uint32 ownProcID
 
uint32 numProcs
 
uint32 remoteProcID [CDD_IPC_CORE_ID_MAX]
 
uint32 reserved
 

Field Documentation

◆ ownProcID

uint32 Cdd_IpcMpType::ownProcID

Defines processor ID on which MCAL/AUTOSAR is being hosted

◆ numProcs

uint32 Cdd_IpcMpType::numProcs

Number of remote processor which with IPC is desired

◆ remoteProcID

uint32 Cdd_IpcMpType::remoteProcID[CDD_IPC_CORE_ID_MAX]

Remote processor identifiers

◆ reserved

uint32 Cdd_IpcMpType::reserved

Future use if any