⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bsp.h

📁 用于TM1300/PNX1300系列DSP(主要用于视频处理)的操作系统pSOS。包括全部源码
💻 H
字号:
/***********************************************************************//*                                                                     *//*   MODULE:  bsp.h   1.18                                                *//*   DATE:    16:46:42 - 98/12/30                                                *//*   PURPOSE: Defining characteristics of a board-support package      *//*                                                                     *//*---------------------------------------------------------------------*//*                                                                     *//*           Copyright 1991 - 1995, Integrated Systems, Inc.           *//*                      ALL RIGHTS RESERVED                            *//*                                                                     *//*   Permission is hereby granted to licensees of Integrated Systems,  *//*   Inc. products to use or abstract this computer program for the    *//*   sole purpose of implementing a product based on Integrated        *//*   Systems, Inc. products.   No other rights to reproduce, use,      *//*   or disseminate this computer program, whether in part or in       *//*   whole, are granted.                                               *//*                                                                     *//*   Integrated Systems, Inc. makes no representation or warranties    *//*   with respect to the performance of this computer program, and     *//*   specifically disclaims any responsibility for any damages,        *//*   special or consequential, connected with the use of this program. *//*                                                                     *//*---------------------------------------------------------------------*//*                                                                     *//*   This file has been stripped down for Trimedia pSOS:               *//*   All hardware characteristics are defined in the TriMedia          *//*   SDE libraries, or sysconf.h.                                      *//*                                                                     *//***********************************************************************/#if defined(__cplusplus)extern "C" {#endif#ifndef _BSP_H#define _BSP_H#ifndef YES#define YES 1#endif#ifndef NO#define NO 0#endif#ifdef __TCS__	#ifdef __BIG_ENDIAN__	#define BSP_LITTLE_ENDIAN      NO	#else		#define BSP_LITTLE_ENDIAN      YES	#endif 	#else	#define BSP_LITTLE_ENDIAN      NO#endifextern int BSP_RAM_BASE;extern int BSP_RAM_END;#endif /* _BSP_H */#if defined(__cplusplus)}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -