iekc64.h
来自「TI公司的算法标准 Framework5的源代码」· C头文件 代码 · 共 72 行
H
72 行
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/* "@(#) RF5_IEK 2.00.02 12-11-02 (swat-c19)" */
/*! \verbatim
==============================================================================
Copyright (C) 2002 A.T.E.M.E.
All Rights Reserved
------------------------------------------------------------------------------
MODULE NAME... IEKC64_GLOBAL
FILENAME...... iekc64_global.c
PROJECT....... IEK C64x
------------------------------------------------------------------------------
HISTORY:
V1.0 09/01/2002 HCO
18/01/2002 HCO
01/02/2002 HCO
------------------------------------------------------------------------------
\endverbatim <P> \file
\brief Generic header file for all IEK header files.
Users have to include only this file.
</P>*//*====================================================================*/
#ifndef _IEKC64_H_
#define _IEKC64_H_
#include <stdio.h>
#include <std.h>
#include <hwi.h>
#include <sys.h>
#include <mem.h>
#include <csl_stdinc.h>
/*--------------------------------------------------------------------------*/
/*! This is set to allow preprocessing of platform dependant code */
//#define IEKC64 (1)
/* Typedef not defined in CSL*/
typedef void * Handle;
/*--------------------------------------------------------------------------*/
/* Includes all public headers for IEKLIB
*/
#include "iekc64_error.h"
#include "iekc64_audio.h"
#include "iekc64_video.h"
#include "iekc64_led.h"
#include "iekc64_intr.h"
#include "iekc64_init.h"
#include "iekc64_ser.h"
#include "iekc64_pci.h"
/*--------------------------------------------------------------------------*/
/*! This is set to allow user acces on memory segment defined in DSP/BIOS */
extern Uint32 seg_isram;
extern Uint32 seg_sdrama;
extern Uint32 seg_sdramb;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?