📄 triscend_a7.h
字号:
/* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -