jmce - 1_02

jmce.intel.mcs51
Interface MCS52Constants

All Superinterfaces:
MCS51Constants
All Known Subinterfaces:
AT89C51RD2Constants
All Known Implementing Classes:
AT89C51RD2, CMON51, LPC900, LPC936, MCS52, S400, Timer2, V8052

public interface MCS52Constants
extends MCS51Constants


Field Summary
static int IEN0
          Interrupt enable second register
static int IEN0_ET2
          Interrupt enable for timer 2
static int IEN1
          Interrupt enable third register
static int RCAP2H
           
static int RCAP2L
           
static int T2CON
          Timer 2 control register
static int T2CON_CP
          If not set the timer is auto reloaded
static int T2CON_TF2
          Timer 2 overflow
static int T2CON_TR2
          Timer 2 running
static int T2MOD
          Timer 2 MOD register
static int T2MOD_DCEN
           
static int TH2
          Timer 2 high byte counter
static int TL2
          Timer 2 low byte counter
 
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

T2CON

static final int T2CON
Timer 2 control register

See Also:
Constant Field Values

T2CON_TF2

static final int T2CON_TF2
Timer 2 overflow

See Also:
Constant Field Values

T2CON_TR2

static final int T2CON_TR2
Timer 2 running

See Also:
Constant Field Values

T2CON_CP

static final int T2CON_CP
If not set the timer is auto reloaded

See Also:
Constant Field Values

T2MOD

static final int T2MOD
Timer 2 MOD register

See Also:
Constant Field Values

T2MOD_DCEN

static final int T2MOD_DCEN
See Also:
Constant Field Values

TL2

static final int TL2
Timer 2 low byte counter

See Also:
Constant Field Values

TH2

static final int TH2
Timer 2 high byte counter

See Also:
Constant Field Values

RCAP2H

static final int RCAP2H
See Also:
Constant Field Values

RCAP2L

static final int RCAP2L
See Also:
Constant Field Values

IEN0

static final int IEN0
Interrupt enable second register

See Also:
Constant Field Values

IEN0_ET2

static final int IEN0_ET2
Interrupt enable for timer 2

See Also:
Constant Field Values

IEN1

static final int IEN1
Interrupt enable third register

See Also:
Constant Field Values

jmce - 1_02