flashconst.java
来自「Java Op Processor java vhdl processor」· Java 代码 · 共 34 行
JAVA
34 行
/* * Created on 20.04.2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */package udp;/** * @author martin * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */public class FlashConst { public static final int CONFIG_ID = 0; public static final int CONFIG_NOTID = 1; public static final int CONFIG_CORE = 2; public static final int CONFIG_IO = 3; public static final int CONFIG_APP = 4; public static final int CONFIG_LEN = 5; public static final int CONFIG_CHECK = 6; public static final int CONFIG_IP_ADDR = 7; public static final int CONFIG_IP_MASK = 8; public static final int CONFIG_IP_GW = 9; public static final int CONFIG_TAL_TYPE = 10; public static final int CONFIG_BG_MASTER = 10; public static final int CONFIG_TAL_PARAM = 11; public static final int BG_MASTER_MAGIC = 1234;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?