📄 ge_protoreceive.h
字号:
/**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-**-
* GE_ProtoGroup.h - Ethernet 100M code. .
*
* Copyright 2001-12 by GDT, Inc
*
* modification history
* --------------------
* 2001-12-14,yxy created.
*/
#ifndef GE_PROTOGROUP_RECEIVE_H
#define GE_PROTOGROUP_RECEIVE_H
#include <vxWorks.h>
/*GE_ProtoReceive function */
extern STATUS GE_ProtoReceiveInit(void);
extern STATUS GE_ProtoReceiveDel (void);
extern STATUS GE_ProtoReceiveReinit (void);
extern STATUS GE_ProtoReceive();
extern STATUS GE_ReadProtoFifo();
extern STATUS GE_SuspendProtoReceive();
extern STATUS GE_ResumeProtoReceive();
#endif /*GE_PROTOGROUP_RECEIVE_H*/
/* end of GE_ProtoGroup.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -