📄 pciscc.h
字号:
#ifndef _PCISCC_H_
#define _PCISCC_H_
typedef struct {
long baud;
long scale;
long mode;
long txdelay;
} pciscc_config;
typedef struct {
byte restart;
byte base_chan;
byte tx_chan;
HANDLE hInst;
HANDLE hndCtrl;
HANDLE hndRead;
L1FRAME tx_frame;
L1FRAME rx_frame;
} pciscc_state;
#endif /* _PCISCC_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -