const.java

来自「Java Op Processor java vhdl processor」· Java 代码 · 共 50 行

JAVA
50
字号
/* * Created on 12.04.2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */package wcet.kflapp;/** * @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 + =
减小字号Ctrl + -
显示快捷键?