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

📄 ul_drv_init.h

📁 linux下的RS485的驱动 值得一看
💻 H
字号:
/*******************************************************************  uLan Communication - uL_DRV - multiplatform uLan driver  ul_drv.h	- driver definitions and types  (C) Copyright 1996-2004 by Pavel Pisa - project originator        http://cmp.felk.cvut.cz/~pisa  (C) Copyright 1996-2004 PiKRON Ltd.        http://www.pikron.com  (C) Copyright 2002-2004 Petr Smolik    The uLan driver project can be used and distributed   in compliance with any of next licenses   - GPL - GNU Public License     See file COPYING for details.   - LGPL - Lesser GNU Public License   - MPL - Mozilla Public License   - and other licenses added by project originator  Code can be modified and re-distributed under any combination  of the above listed licenses. If contributor does not agree with  some of the licenses, he/she can delete appropriate line.  WARNING: if you delete all lines, you are not allowed to  distribute code or sources in any form. *******************************************************************/#ifndef _UL_DRV_INIT_H#define _UL_DRV_INIT_Hstruct ul_drv;int ul_drv_add_dev(struct ul_drv *udrv);struct ul_drv *ul_drv_new(int port, int irq, int baud, int my_adr, char *chip_name, long baudbase);#endif /* _UL_DRV_INIT_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -