?? triscend_a7.h
字號(hào):
/* $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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -