rwreg.h

来自「飞利浦公司usb2.0芯片isp1581的通用驱动代码」· C头文件 代码 · 共 49 行

H
49
字号
/*
   //*************************************************************************
   //
   //                  P H I L I P S   P R O P R I E T A R Y
   //
   //           COPYRIGHT (c)   2000 BY PHILIPS SINGAPORE.
   //                     --  ALL RIGHTS RESERVED  --
   //
   // File Name:        rwreg.h
   // Author:           Qian Jiang	
   // Created:          17 Aug, 2000
   // Modified:
   // Revision: 		0.0
   //
   //*************************************************************************
   //
   //*************************************************************************
   */

#ifndef __RWREG_H__
#define __RWREG_H__

void testreg(void);
void test_chipid(void);
void test_addren(void);
void test_epmaxsize();
void test_eptype(void);
void test_mode(void);
void test_intcfg(void);
void test_intmask();
void test_dcount(void);
void test_dmacount(void);
void test_dmacfg();
void test_dmahdcfg();
void test_dmaintmask(void);
void test_dmaep(void);
void test_scratch(void);
void test_testmode(void);
void test_interrupt(void);
unsigned char key2go(void);
unsigned char key2break(void);
void bus_direction(void);
void test_poweronvalue(void);
void IndexEPReg(unsigned char epindex);
void PrintResult(unsigned char cb, unsigned char cdb);
void PrintResults(unsigned short cs, unsigned short csd);
void hardware_reset(void);
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?