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 Char8 * | Pstr |
typedef Uchar8 * | Pustr |
typedef Uint32 | ProcessorId |
These types are used across DSP/BIOS Link. ============================================================================. | |
typedef Uint32 | ChannelId |
============================================================================
* 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.
|
Definition at line 63 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 279 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 239 of file gpptypes.h. |
|
Boolean constants ============================================================================. ============================================================================
Definition at line 145 of file gpptypes.h. |
|
Definition at line 44 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 278 of file gpptypes.h. |
|
Argument specification syntax ============================================================================. ============================================================================
Definition at line 61 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 277 of file gpptypes.h. |
|
Definition is language specific ============================================================================. ============================================================================
Definition at line 164 of file gpptypes.h. Referenced by RingIO_getAttribute(), and RingIO_setAttribute(). |
|
String terminator. ============================================================================. ============================================================================
Definition at line 176 of file gpptypes.h. |
|
Definition at line 62 of file gpptypes.h. |
|
Definition at line 186 of file gpptypes.h. |
|
Definition at line 187 of file gpptypes.h. |
|
Macros to access register fields. ============================================================================. ============================================================================
Definition at line 185 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 238 of file gpptypes.h. |
|
Definition at line 149 of file gpptypes.h. |
|
Empty macro to indicate header file dependency ============================================================================. ============================================================================
Definition at line 71 of file gpptypes.h. |
|
Definition at line 130 of file gpptypes.h. |
|
Definition at line 113 of file gpptypes.h. |
|
Definition at line 197 of file gpptypes.h. |
|
Definition at line 117 of file gpptypes.h. |
|
Definition at line 116 of file gpptypes.h. |
|
Definition at line 125 of file gpptypes.h. |
|
Definition at line 88 of file gpptypes.h. |
|
Definition at line 92 of file gpptypes.h. |
|
Basic data types ============================================================================. ============================================================================
Definition at line 82 of file gpptypes.h. |
|
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 ============================================================================. ============================================================================
Definition at line 207 of file gpptypes.h. |
|
These types are used across DSP/BIOS Link. ============================================================================. ============================================================================
Definition at line 196 of file gpptypes.h. |
|
Definition at line 134 of file gpptypes.h. |
|
Definition at line 135 of file gpptypes.h. |
|
Definition at line 132 of file gpptypes.h. |
|
Definition at line 108 of file gpptypes.h. |
|
Definition at line 109 of file gpptypes.h. |
|
Definition at line 120 of file gpptypes.h. |
|
Definition at line 119 of file gpptypes.h. |
|
Definition at line 101 of file gpptypes.h. |
|
Definition at line 105 of file gpptypes.h. |
|
Definition at line 97 of file gpptypes.h. |