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

📄 template.h

📁 PCM9880是一块PC/104界面的双端口隔离CAN总线通讯卡
💻 H
字号:
/* template.h * Header file for the Linux CAN-bus driver. * Written by Arnaud Westenberg email:arnaud@wanadoo.nl * This software is released under the GPL-License. * Version 0.7  6 Aug 2001 */int template_request_io(unsigned long io_addr);int template_release_io(unsigned long io_addr);int template_reset(int card); int template_init_hw_data(int card);int template_init_chip_data(int card, int chipnr);int template_init_obj_data(int chipnr, int objnr);void template_write_register(unsigned char data, unsigned long address);unsigned template_read_register(unsigned long address);int template_program_irq(int card);

⌨️ 快捷键说明

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