busc270.h

来自「dm270 source code」· C头文件 代码 · 共 33 行

H
33
字号
/*
    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 + =
减小字号Ctrl + -
显示快捷键?