#include <dsplink.h>#include <archdefs.h>Include dependency graph for gpp/inc/mpcsdefs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |||||||||||||||||||||||||
| struct | MPCS_Attrs_tag | ||||||||||||||||||||||||
| struct | MPCS_ProcObj_tag | ||||||||||||||||||||||||
| struct | MPCS_ShObj_tag | ||||||||||||||||||||||||
| struct | MPCS_Entry_tag | ||||||||||||||||||||||||
| struct | MPCS_Ctrl_tag | ||||||||||||||||||||||||
| struct | MPCS_MemInfo_tag | ||||||||||||||||||||||||
MPCS_Attrs | |||||||||||||||||||||||||
| This structure defines the attributes for creation of MPCS object. ============================================================================
| |||||||||||||||||||||||||
| typedef MPCS_Attrs_tag | MPCS_Attrs | ||||||||||||||||||||||||
MPCS_ShObj | |||||||||||||||||||||||||
| Forward declaration of MPCS_ShObj. ============================================================================
============================================================================ | |||||||||||||||||||||||||
| typedef MPCS_ShObj_tag | MPCS_ShObj | ||||||||||||||||||||||||
MPCS_Object | |||||||||||||||||||||||||
| Forward declaration of MPCS_Object. ============================================================================
============================================================================ | |||||||||||||||||||||||||
| typedef MPCS_Object_tag | MPCS_Object | ||||||||||||||||||||||||
MPCS_Handle | |||||||||||||||||||||||||
| Handle to the MPCS object. ============================================================================
============================================================================ | |||||||||||||||||||||||||
| typedef Void * | MPCS_Handle | ||||||||||||||||||||||||
MPCS_ProcObj | |||||||||||||||||||||||||
| This structure defines an object for a single processor used by the Multiprocessing Critical Section object. ============================================================================
| |||||||||||||||||||||||||
| typedef MPCS_ProcObj_tag | MPCS_ProcObj | ||||||||||||||||||||||||
MPCS_Entry | |||||||||||||||||||||||||
| Global entry structure for an MPCS object. Every MPCS object in the system is identified through information present in the entry structure. ============================================================================
| |||||||||||||||||||||||||
| typedef MPCS_Entry_tag | MPCS_Entry | ||||||||||||||||||||||||
MPCS_Ctrl | |||||||||||||||||||||||||
| This structure defines the control structure required by the MPCS component. It contains information about all MPCS objects shared between the GPP and a specific DSP. ============================================================================
| |||||||||||||||||||||||||
| typedef MPCS_Ctrl_tag | MPCS_Ctrl | ||||||||||||||||||||||||
MPCS_MemInfo | |||||||||||||||||||||||||
| Contains memory information for the MPCS component. ============================================================================
| |||||||||||||||||||||||||
| typedef MPCS_MemInfo_tag | MPCS_MemInfo | ||||||||||||||||||||||||
Defines | |||||||||||||||||||||||||
| #define | MPCSDEFS_H | ||||||||||||||||||||||||
| #define | MPCS_INVALID_ID (Uint32) -1l | ||||||||||||||||||||||||
| Invalid value for identifier(s) used by the MPCS component ============================================================================. | |||||||||||||||||||||||||
| #define | MPCS_RESV_LOCKNAME "DSPLINK_MPCS_RESV" | ||||||||||||||||||||||||
| Special reserved name prefix of the MPCS object(s) which are not stored in the entries table of the MPCS region. ============================================================================. | |||||||||||||||||||||||||
| #define | MPCS_RESV_LOCKNAMELEN 17u | ||||||||||||||||||||||||
| String length of the special reserved name prefix of the MPCS object(s) which are not stored in entries table of the MPCS region. ============================================================================. | |||||||||||||||||||||||||
|
|
Invalid value for identifier(s) used by the MPCS component ============================================================================. ============================================================================
Definition at line 67 of file gpp/inc/mpcsdefs.h. |
|
|
Special reserved name prefix of the MPCS object(s) which are not stored in the entries table of the MPCS region. ============================================================================. ============================================================================
Definition at line 76 of file gpp/inc/mpcsdefs.h. |
|
|
String length of the special reserved name prefix of the MPCS object(s) which are not stored in entries table of the MPCS region. ============================================================================. ============================================================================
Definition at line 85 of file gpp/inc/mpcsdefs.h. |
|
|
Definition at line 44 of file gpp/inc/mpcsdefs.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 123 of file gpp/inc/mpcsdefs.h. |
|
|
|
|
|
Definition at line 115 of file gpp/inc/mpcsdefs.h. |
|
|
|
|
|
Definition at line 107 of file gpp/inc/mpcsdefs.h. |
1.4.4