Parameters used by IpcNotify_init.
Recommend to call IpcNotify_Params_init before setting values to this structure
Data Fields | |
uint32_t | numCores |
uint32_t | coreIdList [CSL_CORE_ID_MAX] |
uint16_t | selfCoreId |
uint32_t | linuxCoreId |
uint32_t | timeout |
uint32_t IpcNotify_Params::numCores |
Number of remote cores participating in IPC, excluding the core on which this API is called.
uint32_t IpcNotify_Params::coreIdList[CSL_CORE_ID_MAX] |
List of Core ID's participating in IPC, excluding the core on which this API is called.
See CSL_CoreID for valid values for this field.
uint16_t IpcNotify_Params::selfCoreId |
Core ID of the core calling this API
See CSL_CoreID for valid values for this field.
uint32_t IpcNotify_Params::linuxCoreId |
When linux IPC is enabled, this is the core ID of linux
uint32_t IpcNotify_Params::timeout |