jmce - 1_02

jmce.atmel
Interface AT89C51RD2Constants

All Superinterfaces:
MCS51Constants, MCS52Constants
All Known Implementing Classes:
AT89C51RD2, S400

public interface AT89C51RD2Constants
extends MCS52Constants

Constants for Atmel family

Version:
1.00
Author:
Mario Viara

Field Summary
static int CKCON
           
static int P4
           
static int P5
           
 
Fields inherited from interface jmce.intel.mcs51.MCS52Constants
IEN0, IEN0_ET2, IEN1, RCAP2H, RCAP2L, T2CON, T2CON_CP, T2CON_TF2, T2CON_TR2, T2MOD, T2MOD_DCEN, TH2, TL2
 
Fields inherited from interface jmce.intel.mcs51.MCS51Constants
ACC, AUXR1, 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

P4

static final int P4
See Also:
Constant Field Values

P5

static final int P5
See Also:
Constant Field Values

CKCON

static final int CKCON
See Also:
Constant Field Values

jmce - 1_02