jmce - 1_02

jmce.intel.mcs51
Interface MCS51Constants

All Known Subinterfaces:
AT89C51RD2Constants, LPC764Constants, LPC900Constants, MCS52Constants
All Known Implementing Classes:
AT89C51RD2, CMON51, Diseqc, DiseqcMotor, Interrupt8051, LPC764, LPC900, LPC936, MCS51, MCS52, Port, Ports, S400, Serial, Timer2, V8052

public interface MCS51Constants

Constants for Intel MCS51.

Since:
1.01
Version:
1.00
Author:
Mario Viara

Field Summary
static int ACC
          Accumulator
static int AUXR1
           
static int B
          Register B
static int DPH
          DPTR high byte register
static int DPL
          DPTR Low byte register
static int IE
          Interrupt enable register
static int IE_EA
          General interrupt enable
static int IE_EC
           
static int IE_ES
          Serial interrupt enable
static int IE_ET0
          Interrupt timer 0 enable
static int IE_ET1
          Interrupt timer 1 enable
static int IE_ET2
           
static int IE_EX0
           
static int IE_EX1
           
static int P0
          Port 0 data
static int P0M1
           
static int P0M2
           
static int P1
          Port 1 data
static int P1M1
           
static int P1M2
           
static int P2
          Port 2 data
static int P2M1
           
static int P2M2
           
static int P3
          Port 3 data
static int P3M1
           
static int P3M2
           
static int PSW
          Program status word
static int PSW_AC
          Half carry flag
static int PSW_CY
          Carry flag
static int PSW_F0
           
static int PSW_F1
           
static int PSW_OV
           
static int PSW_P
           
static int PSW_RS0
           
static int PSW_RS1
           
static int SBUF
          Serial port read /write buffer
static int SCON
           
static int SCON_RI
          Serial port received redy bit
static int SCON_TI
          Serial port transmitter empty bit
static int SP
          Stack pointer register
static int TCON
          Timer control register
static int TCON_TF0
           
static int TCON_TF1
           
static int TCON_TR0
           
static int TCON_TR1
           
static int TH0
          Timer 0 counter high byte
static int TH1
          Timer 1 counter high byte
static int TL0
          Timer 0 counter low byte
static int TL1
          Timer 1 counter low byte
static int TMOD
          Timer mode register
static int TMOD_C_T0
           
static int TMOD_C_T1
           
static int TMOD_GATE0
           
static int TMOD_GATE1
           
static int TMOD_T0_M0
           
static int TMOD_T0_M1
           
static int TMOD_T1_M0
           
static int TMOD_T1_M1
           
 

Field Detail

ACC

static final int ACC
Accumulator

See Also:
Constant Field Values

B

static final int B
Register B

See Also:
Constant Field Values

PSW

static final int PSW
Program status word

See Also:
Constant Field Values

PSW_CY

static final int PSW_CY
Carry flag

See Also:
Constant Field Values

PSW_AC

static final int PSW_AC
Half carry flag

See Also:
Constant Field Values

PSW_F0

static final int PSW_F0
See Also:
Constant Field Values

PSW_RS1

static final int PSW_RS1
See Also:
Constant Field Values

PSW_RS0

static final int PSW_RS0
See Also:
Constant Field Values

PSW_OV

static final int PSW_OV
See Also:
Constant Field Values

PSW_F1

static final int PSW_F1
See Also:
Constant Field Values

PSW_P

static final int PSW_P
See Also:
Constant Field Values

SP

static final int SP
Stack pointer register

See Also:
Constant Field Values

DPL

static final int DPL
DPTR Low byte register

See Also:
Constant Field Values

DPH

static final int DPH
DPTR high byte register

See Also:
Constant Field Values

P0

static final int P0
Port 0 data

See Also:
Constant Field Values

P0M1

static final int P0M1
See Also:
Constant Field Values

P0M2

static final int P0M2
See Also:
Constant Field Values

P1

static final int P1
Port 1 data

See Also:
Constant Field Values

P1M1

static final int P1M1
See Also:
Constant Field Values

P1M2

static final int P1M2
See Also:
Constant Field Values

P2

static final int P2
Port 2 data

See Also:
Constant Field Values

P2M1

static final int P2M1
See Also:
Constant Field Values

P2M2

static final int P2M2
See Also:
Constant Field Values

P3

static final int P3
Port 3 data

See Also:
Constant Field Values

P3M1

static final int P3M1
See Also:
Constant Field Values

P3M2

static final int P3M2
See Also:
Constant Field Values

SCON

static final int SCON
See Also:
Constant Field Values

SCON_TI

static final int SCON_TI
Serial port transmitter empty bit

See Also:
Constant Field Values

SCON_RI

static final int SCON_RI
Serial port received redy bit

See Also:
Constant Field Values

SBUF

static final int SBUF
Serial port read /write buffer

See Also:
Constant Field Values

TCON

static final int TCON
Timer control register

See Also:
Constant Field Values

TCON_TF1

static final int TCON_TF1
See Also:
Constant Field Values

TCON_TR1

static final int TCON_TR1
See Also:
Constant Field Values

TCON_TF0

static final int TCON_TF0
See Also:
Constant Field Values

TCON_TR0

static final int TCON_TR0
See Also:
Constant Field Values

TMOD

static final int TMOD
Timer mode register

See Also:
Constant Field Values

TMOD_GATE1

static final int TMOD_GATE1
See Also:
Constant Field Values

TMOD_C_T1

static final int TMOD_C_T1
See Also:
Constant Field Values

TMOD_T1_M1

static final int TMOD_T1_M1
See Also:
Constant Field Values

TMOD_T1_M0

static final int TMOD_T1_M0
See Also:
Constant Field Values

TMOD_GATE0

static final int TMOD_GATE0
See Also:
Constant Field Values

TMOD_C_T0

static final int TMOD_C_T0
See Also:
Constant Field Values

TMOD_T0_M1

static final int TMOD_T0_M1
See Also:
Constant Field Values

TMOD_T0_M0

static final int TMOD_T0_M0
See Also:
Constant Field Values

TL0

static final int TL0
Timer 0 counter low byte

See Also:
Constant Field Values

TH0

static final int TH0
Timer 0 counter high byte

See Also:
Constant Field Values

TL1

static final int TL1
Timer 1 counter low byte

See Also:
Constant Field Values

TH1

static final int TH1
Timer 1 counter high byte

See Also:
Constant Field Values

IE

static final int IE
Interrupt enable register

See Also:
Constant Field Values

IE_EA

static final int IE_EA
General interrupt enable

See Also:
Constant Field Values

IE_EC

static final int IE_EC
See Also:
Constant Field Values

IE_ET2

static final int IE_ET2
See Also:
Constant Field Values

IE_ES

static final int IE_ES
Serial interrupt enable

See Also:
Constant Field Values

IE_ET1

static final int IE_ET1
Interrupt timer 1 enable

See Also:
Constant Field Values

IE_EX1

static final int IE_EX1
See Also:
Constant Field Values

IE_ET0

static final int IE_ET0
Interrupt timer 0 enable

See Also:
Constant Field Values

IE_EX0

static final int IE_EX0
See Also:
Constant Field Values

AUXR1

static final int AUXR1
See Also:
Constant Field Values

jmce - 1_02