📄 d13_dcs.h
字号:
/*
//*************************************************************************
//
// P H I L I P S P R O P R I E T A R Y
//
// COPYRIGHT (c) 1999 BY PHILIPS SINGAPORE.
// -- ALL RIGHTS RESERVED --
//
// File Name: D13_DCS.H
// Created: Feb 1, 2000
// Modified:
// Revision: 0.1
//
//*************************************************************************
//
//*************************************************************************
*/
#ifndef __D13_DCS_H__
#define __D13_DCS_H__
void DcS_UnconfigDevice(void);
void DcS_ConfigDevice(void);
void DcS_StallEP0InControlWrite(void);
void DcS_StallEP0InControlRead(void);
void DcS_SingleTransmitEP0(USHORT * ptrBuf, USHORT wLength);
BOOLEAN DcS_IsAnyNewSetupPkt(void);
BOOLEAN DcS_IsSetupPktInvalid(void);
void DcS_DisconnectUSB(void);
void DcS_Connect2USB(void);
void DcS_Reconnect2USB(void);
void DcS_ConfigEndpoint(void);
// Debug Portion
void DcS_DumpReg(void);
void DcS_InitD13(void);
void DcS_AcquireD13(void);
void DcS_ReleaseD13(void);
void DcS_EnableIRQ(void);
void DcS_DisableIRQ(void);
void DcS_GoSuspend(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -