?? rwreg.h
字號:
/*
//*************************************************************************
//
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -