jmce - 1_02

jmce.philips.lpc900
Interface LPC900Constants

All Superinterfaces:
MCS51Constants
All Known Implementing Classes:
LPC900, LPC936, Ports

public interface LPC900Constants
extends MCS51Constants

NXP LPC900 Constants.

Version:
1.00
Author:
Mario Viara

Field Summary
static int AUXR1
           
static int AUXR1_SRST
           
static int BOOTSTAT
           
static int BOOTV
           
static int DEEADR
           
static int DEECON
           
static int DEEDAT
           
static int FLASH_MISC
           
static int FMADRH
           
static int FMADRL
           
static int FMCON
           
static int FMDATA
           
static int IE_WD
           
static int SEC0
           
static int SEC1
           
static int SEC2
           
static int SEC3
           
static int SEC4
           
static int SEC5
           
static int SEC6
           
static int SEC7
           
static int UCFG1
           
static int UCFG1_WDSE
           
static int UCFG1_WDTE
           
static int WDCON
           
static int WDCON_WDCLK
           
static int WDCON_WDRUN
           
static int WDCON_WDTOF
           
static int WDFEED1
           
static int WDFEED2
           
static int WDL
           
 
Fields inherited from interface jmce.intel.mcs51.MCS51Constants
ACC, B, DPH, DPL, IE, IE_EA, IE_EC, IE_ES, IE_ET0, IE_ET1, IE_ET2, IE_EX0, IE_EX1, P0, P0M1, P0M2, P1, P1M1, P1M2, P2, P2M1, P2M2, P3, P3M1, P3M2, PSW, PSW_AC, PSW_CY, PSW_F0, PSW_F1, PSW_OV, PSW_P, PSW_RS0, PSW_RS1, SBUF, SCON, SCON_RI, SCON_TI, SP, TCON, TCON_TF0, TCON_TF1, TCON_TR0, TCON_TR1, TH0, TH1, TL0, TL1, TMOD, TMOD_C_T0, TMOD_C_T1, TMOD_GATE0, TMOD_GATE1, TMOD_T0_M0, TMOD_T0_M1, TMOD_T1_M0, TMOD_T1_M1
 

Field Detail

FMCON

static final int FMCON
See Also:
Constant Field Values

FMDATA

static final int FMDATA
See Also:
Constant Field Values

FMADRL

static final int FMADRL
See Also:
Constant Field Values

FMADRH

static final int FMADRH
See Also:
Constant Field Values

DEECON

static final int DEECON
See Also:
Constant Field Values

DEEDAT

static final int DEEDAT
See Also:
Constant Field Values

DEEADR

static final int DEEADR
See Also:
Constant Field Values

AUXR1

static final int AUXR1
See Also:
Constant Field Values

AUXR1_SRST

static final int AUXR1_SRST
See Also:
Constant Field Values

WDCON

static final int WDCON
See Also:
Constant Field Values

IE_WD

static final int IE_WD
See Also:
Constant Field Values

WDCON_WDCLK

static final int WDCON_WDCLK
See Also:
Constant Field Values

WDCON_WDTOF

static final int WDCON_WDTOF
See Also:
Constant Field Values

WDCON_WDRUN

static final int WDCON_WDRUN
See Also:
Constant Field Values

WDL

static final int WDL
See Also:
Constant Field Values

WDFEED1

static final int WDFEED1
See Also:
Constant Field Values

WDFEED2

static final int WDFEED2
See Also:
Constant Field Values

FLASH_MISC

static final int FLASH_MISC
See Also:
Constant Field Values

UCFG1

static final int UCFG1
See Also:
Constant Field Values

UCFG1_WDTE

static final int UCFG1_WDTE
See Also:
Constant Field Values

UCFG1_WDSE

static final int UCFG1_WDSE
See Also:
Constant Field Values

BOOTV

static final int BOOTV
See Also:
Constant Field Values

BOOTSTAT

static final int BOOTSTAT
See Also:
Constant Field Values

SEC0

static final int SEC0
See Also:
Constant Field Values

SEC1

static final int SEC1
See Also:
Constant Field Values

SEC2

static final int SEC2
See Also:
Constant Field Values

SEC3

static final int SEC3
See Also:
Constant Field Values

SEC4

static final int SEC4
See Also:
Constant Field Values

SEC5

static final int SEC5
See Also:
Constant Field Values

SEC6

static final int SEC6
See Also:
Constant Field Values

SEC7

static final int SEC7
See Also:
Constant Field Values

jmce - 1_02