📄 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 + -