c5416hpi.h

来自「DSP与VXWORKS平台的通信」· C头文件 代码 · 共 20 行

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