⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pciscc.h

📁 高速同步串口芯片PEB20534的驱动程序
💻 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 + -