📄 busc270.h
字号:
/*
DM270 ARM Evaluation Software
(c)Texas Instruments 2003
*/
/** \defgroup BUSC Bus Controller */
/*@{*/
/** \file busc270.h
\brief Bus controller related APIs
Also refer to DM270 register manual for details
*/
#ifndef __BUSC_270_H__
#define __BUSC_270_H__
#include <system/armsys270.h>
#define DM270_ES1_0 ((Uint8)0x10)
#define DM270_ES1_1 ((Uint8)0x11)
#define DM270_ES1_2 ((Uint8)0x12)
STATUS BUSC_swapWord( Uint16 word, Uint16 *byteSwappedWord, Uint16 *bitSwappedWord);
Uint8 BUSC_getDeviceRevision();
#endif /* __BUSC_270_H__ */
/*@}*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -