triscend_a7.h

来自「RTOS系统」· C头文件 代码 · 共 28 行

H
28
字号
/* $Id: //depot/software/SDK/Triscend/a7hal/include/triscend_a7.h#15 $ *//* *************************************************************************** *  triscend_a7.h * *  Copyright (c) 2000, 2001 Triscend Corporation. All rights reserved. * *************************************************************************** */#if defined(A7VL) || defined(A7VE) || defined(A7VC) || defined(A7VT)#include <triscend_a7v.h>#else#include "triscend_a7s.h"#endif#define __ARM__ 1#ifndef INLINE#ifdef _DIAB#define INLINE#elif defined( __ARM__ )#define INLINE	inline#else#define INLINE	__inline__#endif#endif

⌨️ 快捷键说明

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