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

📄 hm2_7i43.h

📁 CNC 的开放码,EMC2 V2.2.8版
💻 H
字号:
////    Copyright (C) 2007-2008 Sebastian Kuzminsky////    This program is free software; you can redistribute it and/or modify//    it under the terms of the GNU General Public License as published by//    the Free Software Foundation; either version 2 of the License, or//    (at your option) any later version.////    This program is distributed in the hope that it will be useful,//    but WITHOUT ANY WARRANTY; without even the implied warranty of//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the//    GNU General Public License for more details.////    You should have received a copy of the GNU General Public License//    along with this program; if not, write to the Free Software//    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA//#ifndef RTAPI#error This is a realtime component only!#endif#define HM2_7I43_VERSION "0.2"#define HM2_LLIO_NAME "hm2_7i43"// // EPP stuff// #define HM2_7I43_EPP_STATUS_OFFSET   (1)#define HM2_7I43_EPP_CONTROL_OFFSET  (2)#define HM2_7I43_EPP_ADDRESS_OFFSET  (3)#define HM2_7I43_EPP_DATA_OFFSET     (4)#define HM2_7I43_ECP_CONFIG_A_HIGH_OFFSET  (0)#define HM2_7I43_ECP_CONFIG_B_HIGH_OFFSET  (1)#define HM2_7I43_ECP_CONTROL_HIGH_OFFSET   (2)#define HM2_7I43_ADDR_AUTOINCREMENT (0x8000)#define HM2_7I43_MAX_BOARDS (4)//// The Mesa 7i43 struct//typedef struct {    unsigned int ioaddr;    void *io_region1;    unsigned int ioaddr_hi;    void *io_region2;    int epp_wide;    hm2_lowlevel_io_t llio;} hm2_7i43_t;

⌨️ 快捷键说明

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