d12int.h
来自「USB通信测试软件 -- 与S3C44B0的下位机通信的软件. XP驱动----」· C头文件 代码 · 共 46 行
H
46 行
/*
;*************************************************************************************************************
;* 江西师范大学物理通讯电子学院
;*
;* 创 新 中 心
;*
;*--------------------------------------------- 文件信息 -----------------------------------------------------
;* 文件名称 : D12Int.h
;* 文件功能 : 申明PDIUSBD12的中断服务函数
;* 补充说明 :
;*-------------------------------------------- 最新版本信息 --------------------------------------------------
;* 修改作者 : zhouhong
;* 修改日期 : 2006-11-15
;* 版本声明 : V1.0.0
;*-------------------------------------------- 历史版本信息 --------------------------------------------------
;* 文件作者 :
;* 创建日期 :
;* 版本声明 :
;*-----------------------------------------------------------------------------------------------------------
;*************************************************************************************************************
;*/
#ifndef _D12Int_h_
#define _D12Int_h_
#include "..\INC\D12Config.h"
/*
*************************************************************************************************************
* 函数声明
*************************************************************************************************************
*/
void INT_FLAG D12_Exception(void);
void Usb_Send_Desc(void);
void D12_Ep0_RxIntProc(void);
void D12_Ep1_TxIntProc(void);
void D12_Ep2_RxIntProc(void);
void D12_Ep3_TxIntProc(void);
void D12_Ep4_RxIntProc(void);
void D12_Ep5_TxIntProc(void);
void D12_BusRstIntProc(void);
void D12_SuspChgIntProc(void);
void D12_DMAEotIntProc(void);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?