📄 endpointfun.h
字号:
#ifndef _endpointfun_h
#define _endpointfun_h
#define USB_IDLE 0
#define USB_TRANSMIT 1
#define USB_RECEIVE 2
void Control_In(void);
void Control_Out(void);
void Endpoint_1_In(void);
void Endpoint_1_Out(void);
void MainInEndpoint(void);
void MainOutEndpoint(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -