Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

gpptypes.h File Reference

Defines the type system for DSP/BIOS Link. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

PoolId

This type is used for identifying the different pools used by DSPLINK. ============================================================================

============================================================================

#define STATIC   static
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.
#define EXTERN   extern
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.
#define NORMAL_API   CDECL
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.
#define IMPORT_API   DLLIMPORT
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.
#define EXPORT_API   DLLEXPORT
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.
typedef Uint16 PoolId
 Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

Defines

#define GPPTYPES_H
#define IN
 Argument specification syntax ============================================================================.
#define OUT
#define CONST   const
#define USES(filename)
 Empty macro to indicate header file dependency ============================================================================.
#define Void   void
#define FALSE   0u
 Boolean constants ============================================================================.
#define TRUE   1u
#define NULL   ((void *)0)
 Definition is language specific ============================================================================.
#define NULL_CHAR   '\0'
 String terminator. ============================================================================.
#define REG8(A)   (*(volatile Char8 *) (A))
 Macros to access register fields. ============================================================================.
#define REG16(A)   (*(volatile Uint16 *) (A))
#define REG32(A)   (*(volatile Uint32 *) (A))

Typedefs

typedef signed char Int8
 Basic data types ============================================================================.
typedef signed short int Int16
typedef signed long int Int32
typedef unsigned char Uint8
typedef unsigned short int Uint16
typedef unsigned long int Uint32
typedef float Real32
typedef double Real64
typedef short int Bool
typedef char Char8
typedef short Char16
typedef unsigned char Uchar8
typedef unsigned short Uchar16
typedef int Int
typedef void * Pvoid
typedef Char8Pstr
typedef Uchar8Pustr
typedef Uint32 ProcessorId
 These types are used across DSP/BIOS Link. ============================================================================.
typedef Uint32 ChannelId


Detailed Description

Defines the type system for DSP/BIOS Link.

============================================================================

Path:
/db/swcoe_asp/DSPLINK_Build/dsplink_linux_1_65_00_03/dsplink/gpp/inc/usr/
Version:
1.65.00.03 ============================================================================
Copyright:
Copyright (C) 2002-2009, Texas Instruments Incorporated - http://www.ti.com/
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of Texas Instruments Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ============================================================================

Definition in file gpptypes.h.


Define Documentation

#define CONST   const
 

Definition at line 63 of file gpptypes.h.

#define EXPORT_API   DLLEXPORT
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 279 of file gpptypes.h.

#define EXTERN   extern
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 239 of file gpptypes.h.

#define FALSE   0u
 

Boolean constants ============================================================================.

============================================================================

Constant:
TRUE/FALSE

Definition at line 145 of file gpptypes.h.

#define GPPTYPES_H
 

Definition at line 44 of file gpptypes.h.

#define IMPORT_API   DLLIMPORT
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 278 of file gpptypes.h.

#define IN
 

Argument specification syntax ============================================================================.

============================================================================

Macro:
IN/OUT/OPTIONAL/CONST

Definition at line 61 of file gpptypes.h.

#define NORMAL_API   CDECL
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 277 of file gpptypes.h.

#define NULL   ((void *)0)
 

Definition is language specific ============================================================================.

============================================================================

Constant:
NULL

Definition at line 164 of file gpptypes.h.

Referenced by RingIO_getAttribute(), and RingIO_setAttribute().

#define NULL_CHAR   '\0'
 

String terminator. ============================================================================.

============================================================================

Constant:
NULL_CHAR

Definition at line 176 of file gpptypes.h.

#define OUT
 

Definition at line 62 of file gpptypes.h.

#define REG16  )     (*(volatile Uint16 *) (A))
 

Definition at line 186 of file gpptypes.h.

#define REG32  )     (*(volatile Uint32 *) (A))
 

Definition at line 187 of file gpptypes.h.

#define REG8  )     (*(volatile Char8 *) (A))
 

Macros to access register fields. ============================================================================.

============================================================================

Macro:
REG8/REG16/REG32

Definition at line 185 of file gpptypes.h.

#define STATIC   static
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 238 of file gpptypes.h.

#define TRUE   1u
 

Definition at line 149 of file gpptypes.h.

#define USES filename   ) 
 

Empty macro to indicate header file dependency ============================================================================.

============================================================================

Macro:
USES

Definition at line 71 of file gpptypes.h.

#define Void   void
 

Definition at line 130 of file gpptypes.h.


Typedef Documentation

typedef short int Bool
 

Definition at line 113 of file gpptypes.h.

typedef Uint32 ChannelId
 

Definition at line 197 of file gpptypes.h.

typedef short Char16
 

Definition at line 117 of file gpptypes.h.

typedef char Char8
 

Definition at line 116 of file gpptypes.h.

typedef int Int
 

Definition at line 125 of file gpptypes.h.

typedef signed short int Int16
 

Definition at line 88 of file gpptypes.h.

typedef signed long int Int32
 

Definition at line 92 of file gpptypes.h.

typedef signed char Int8
 

Basic data types ============================================================================.

============================================================================

Macro:
Data types

Definition at line 82 of file gpptypes.h.

typedef Uint16 PoolId
 

Free for OEMs to add their own generic stuff, if they so desire ============================================================================ Definition of CDECL, DLLIMPORT, DLLEXPORT can be defined by OEM for his compiler ============================================================================.

============================================================================

Macro:
Calling convention

Definition at line 207 of file gpptypes.h.

typedef Uint32 ProcessorId
 

These types are used across DSP/BIOS Link. ============================================================================.

============================================================================

Macro:
DSP/BIOS Link specific types

Definition at line 196 of file gpptypes.h.

typedef Char8* Pstr
 

Definition at line 134 of file gpptypes.h.

typedef Uchar8* Pustr
 

Definition at line 135 of file gpptypes.h.

typedef void* Pvoid
 

Definition at line 132 of file gpptypes.h.

typedef float Real32
 

Definition at line 108 of file gpptypes.h.

typedef double Real64
 

Definition at line 109 of file gpptypes.h.

typedef unsigned short Uchar16
 

Definition at line 120 of file gpptypes.h.

typedef unsigned char Uchar8
 

Definition at line 119 of file gpptypes.h.

typedef unsigned short int Uint16
 

Definition at line 101 of file gpptypes.h.

typedef unsigned long int Uint32
 

Definition at line 105 of file gpptypes.h.

typedef unsigned char Uint8
 

Definition at line 97 of file gpptypes.h.


Generated on Fri Jul 16 14:34:07 2010 for DSP/BIOSLink by  doxygen 1.4.4