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

📄 const.java

📁 Java Op Processor java vhdl processor
💻 JAVA
字号:
/* * Created on 12.04.2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */package jbe.kfl;/** * @author martin * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */public class Const {		public static final int IO_CNT = 0;	public static final int IO_INT_ENA = 0;	public static final int IO_US_CNT = 1;	public static final int IO_TIMER = 1;	public static final int IO_SWINT = 2;	public static final int IO_WD = 3;	public static final int IO_STATUS = 4;	public static final int IO_UART = 5;	public static final int MSK_UA_TDRE = 1;	public static final int MSK_UA_RDRF = 2;	// BG263	public static final int IO_STATUS2 = 6;	public static final int IO_UART2 = 7;	public static final int IO_STATUS3 = 8;	public static final int IO_UART3 = 9;	public static final int IO_DISP = 10;	public static final int IO_BG = 12;	// TAL	public static final int IO_IN = 10;	public static final int IO_LED = 10;	public static final int IO_OUT = 11;	public static final int IO_ADC1 = 12;	public static final int IO_ADC2 = 13;	public static final int IO_ADC3 = 8;	public static final int IO_CTRL = 14;	public static final int IO_DATA = 15;	// OSSI	public static final int IO_PWM = 6;	// new naming for UART base address	public static final int IO_UART1_BASE = 4;	public static final int IO_UART_BG_MODEM_BASE = 6;	public static final int IO_UART_BG_GPS_BASE = 8;}

⌨️ 快捷键说明

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