📄 dspc270.h
字号:
/*
DM270 ARM Evaluation Software
(c)Texas Instruments 2003
*/
/** \defgroup DSPC DSP Control */
/*@{*/
/** \file dspc270.h
\brief DSP Control related APIs
*/
#ifndef __DSPC_270_H__
#define __DSPC_270_H__
#include <system/armsys270.h>
#define HPI_DSP_START_ADDR 0x40000
#define HPI_DSP_END_ADDR 0x5FFFF
STATUS DSPC_reset();
STATUS DSPC_strobeINT0();
STATUS DSPC_strobeNMI();
STATUS DSPC_assertHOLD();
STATUS DSPC_releaseHOLD();
BOOL DSPC_checkHOLDACK();
STATUS DSPC_byteSwap(BOOL enable);
STATUS DSPC_hpiEnable(BOOL enable);
Uint16 DSPC_hpiStatus();
STATUS DSPC_writeData(char *address, Uint32 size, Uint32 dspAddr);
STATUS DSPC_readData(char *address, Uint32 size, Uint32 dspAddr);
STATUS DSPC_writeDataVerify(char *address, Uint32 size, Uint32 dspAddr, Uint16 retryCount);
#endif /* __DSPC_270_H__ */
/*@}*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -