📄 c5416hpi.h
字号:
#ifndef __C5416HPI_H
#define __C5416HPI_H
#ifdef __cplusplus
extern "C"
{
#endif
void hpiWriteDatasAtAddr( unsigned int uiAddr, unsigned short * pusBuff, unsigned int uiBuffLength );
void hpiReadDatasAtAddr( unsigned int uiAddr, unsigned short * pusBuff, unsigned int uiMaxBuffLength );
void hpiInterruptDsp( void );
int hpiInterruptConnect( void ( * hpiInterruptService )( void ) );
void hpiResetDsp( void );
int hpiLoadDsp( unsigned char * pucFileName );
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -