Constants


Variables

const int FWSPECS_SERVER_VERSION = 301
const int FWSPECS_SLAVE_RESET_INTERNAL = 0
const int FWSPECS_SLAVE_RESET_EXTERNAL = 1
const int FWSPECS_SLAVE_RESET_EXTERNAL_SHORT = 2
const int FWSPECS_SLAVE_LEDS_ON = 0
const int FWSPECS_SLAVE_LEDS_OFF = 1
const int FWSPECS_CLOCK_16 = 6
const int FWSPECS_CLOCK_32 = 5
const int FWSPECS_CLOCK_64 = 4
const int FWSPECS_CLOCK_128 = 3
const int FWSPECS_CLOCK_256 = 2
const int FWSPECS_CLOCK_512 = 1
const int FWSPECS_CLOCK_1024 = 0
const int FWSPECS_I2C = 0
const int FWSPECS_JTAG = 1
const int FWSPECS_PBUS = 2
const int FWSPECS_REG = 3
const int FWSPECS_DCU = 4
const int FWSPECS_I2C_COMBINED = 0
const int FWSPECS_I2C_SEPARATED = 1
const int FWSPECS_I2C_COMBINED_READ = 2
const int FWSPECS_I2C_SEPARATED_NOAUTOINC = 3
const int FWSPECS_I2C_SEPARATED_READ = 4
const int FWSPECS_I2C_COMBINED_FIFO = 5
const int FWSPECS_I2C_NOSUB_NOAUTOINC = 6
const int FWSPECS_REG_TESTMSB = 0
const int FWSPECS_REG_TESTLSB = 1
const int FWSPECS_REG_REGOUTMSB = 0
const int FWSPECS_REG_REGOUTLSB = 1
const int FWSPECS_REG_CONFREGOUTMSB = 2
const int FWSPECS_REG_CONFREGOUTLSB = 3
const int FWSPECS_REG_MEZZACTRL = 4
const int FWSPECS_REG_MEZZASTAT = 5
const int FWSPECS_REG_BUSSEL = 6
const int FWSPECS_REG_INTVECT = 7
const int FWSPECS_REG_DATEPROM = 8
const int FWSPECS_REG_DEFINTVECT = 9
const int FWSPECS_REG_CHANBDELAY = 10
const int FWSPECS_DCU_HIR = 0
const int FWSPECS_DCU_LIR = 1
const int FWSPECS_DCU_CREG = 0
const int FWSPECS_DCU_SHREG = 1
const int FWSPECS_DCU_AREG = 2
const int FWSPECS_DCU_LREG = 3
const int FWSPECS_DCU_TREG = 4
const int FWSPECS_DCU_IA0 = 0
const int FWSPECS_DCU_IA1 = 1
const int FWSPECS_DCU_IA2 = 2
const int FWSPECS_DCU_IA3 = 3
const int FWSPECS_DCU_IA4 = 4
const int FWSPECS_DCU_IA5 = 5
const int FWSPECS_DCU_IA6 = 6
const int FWSPECS_DCU_IA7 = 7

Detailed Description

List of constants that can be used by the user.

Variable Documentation

const int FWSPECS_CLOCK_1024 = 0

This constant represents the clock frequency of 1024 KHz.

const int FWSPECS_CLOCK_128 = 3

This constant represents the clock frequency of 128 KHz.

const int FWSPECS_CLOCK_16 = 6

This constant represents the clock frequency of 16 KHz.

const int FWSPECS_CLOCK_256 = 2

This constant represents the clock frequency of 256 KHz.

const int FWSPECS_CLOCK_32 = 5

This constant represents the clock frequency of 32 KHz.

const int FWSPECS_CLOCK_512 = 1

This constant represents the clock frequency of 512 KHz.

const int FWSPECS_CLOCK_64 = 4

This constant represents the clock frequency of 64 KHz.

const int FWSPECS_DCU = 4

This constant represents DCU.

const int FWSPECS_DCU_AREG = 2

This constant represents the DCU Auxiliary register.

const int FWSPECS_DCU_CREG = 0

This constant represents the DCU Control register.

const int FWSPECS_DCU_HIR = 0

This constant represents the DCU HIR mode.

const int FWSPECS_DCU_IA0 = 0

This constant represents the DCU input analog channel 0 (IA0/IOUT20).

const int FWSPECS_DCU_IA1 = 1

This constant represents the DCU input analog channel 1 (IA1).

const int FWSPECS_DCU_IA2 = 2

This constant represents the DCU input analog channel 2 (IA2).

const int FWSPECS_DCU_IA3 = 3

This constant represents the DCU input analog channel 3 (IA3).

const int FWSPECS_DCU_IA4 = 4

This constant represents the DCU input analog channel 4 (IA4).

const int FWSPECS_DCU_IA5 = 5

This constant represents the DCU input analog channel 5 (IA5).

const int FWSPECS_DCU_IA6 = 6

This constant represents the DCU input analog channel 6 (IA6).

const int FWSPECS_DCU_IA7 = 7

This constant represents the DCU input analog channel 7 (IA7/Temperature).

const int FWSPECS_DCU_LIR = 1

This constant represents the DCU LIR mode.

const int FWSPECS_DCU_LREG = 3

This constant represents the DCU Data Low register. Note: this register is read only.

const int FWSPECS_DCU_SHREG = 1

This constant represents the DCU Status & Data High register. Note: this register is read only.

const int FWSPECS_DCU_TREG = 4

This constant represents the DCU Test register.

const int FWSPECS_I2C = 0

This constant represents I2C.

const int FWSPECS_I2C_COMBINED = 0

This constant represents the I2C combined operation.

const int FWSPECS_I2C_COMBINED_FIFO = 5

This constant represents the I2C Beetle Shift Registers operation.

const int FWSPECS_I2C_COMBINED_READ = 2

This constant represents the I2C CALO operation.

const int FWSPECS_I2C_NOSUB_NOAUTOINC = 6

This constant represents the I2C Delay25 operation (no sub-addressing and no auto-inc).

const int FWSPECS_I2C_SEPARATED = 1

This constant represents the I2C separated operation (write sub-address to address+1).

const int FWSPECS_I2C_SEPARATED_NOAUTOINC = 3

This constant represents the I2C TTCRx and GOL operation.

const int FWSPECS_I2C_SEPARATED_READ = 4

This constant represents the I2C OT FPGA operation.

const int FWSPECS_JTAG = 1

This constant represents JTAG.

const int FWSPECS_PBUS = 2

This constant represents PBUS.

const int FWSPECS_REG = 3

This constant represents REG.

const int FWSPECS_REG_BUSSEL = 6

This constant represents the Serial Bus Selection register.

const int FWSPECS_REG_CHANBDELAY = 10

This constant represents the Channel B register.

const int FWSPECS_REG_CONFREGOUTLSB = 3

This constant represents the Output Pins Configuration register (LSB).

const int FWSPECS_REG_CONFREGOUTMSB = 2

This constant represents the Output Pins Configuration register (MSB).

const int FWSPECS_REG_DATEPROM = 8

This constant represents the Date register. Note: this register is read only.

const int FWSPECS_REG_DEFINTVECT = 9

This constant represents the Masks of Interrupt register.

const int FWSPECS_REG_INTVECT = 7

This constant represents the Interrupt register.

const int FWSPECS_REG_MEZZACTRL = 4

This constant represents the Control register.

const int FWSPECS_REG_MEZZASTAT = 5

This constant represents the Status register. Note: this register is read only.

const int FWSPECS_REG_REGOUTLSB = 1

This constant represents the Output Pins Control register (LSB).

const int FWSPECS_REG_REGOUTMSB = 0

This constant represents the Output Pins Control register (MSB).

const int FWSPECS_REG_TESTLSB = 1

This constant represents the Test register (LSB).

const int FWSPECS_REG_TESTMSB = 0

This constant represents the Test register (MSB).

const int FWSPECS_SERVER_VERSION = 301

This constant represents the SpecsServer version needed by this Client.

const int FWSPECS_SLAVE_LEDS_OFF = 1

This constant represents the slave leds OFF.

const int FWSPECS_SLAVE_LEDS_ON = 0

This constant represents the slave leds ON.

const int FWSPECS_SLAVE_RESET_EXTERNAL = 1

This constant represents the external slave reset mode (long pulse).

const int FWSPECS_SLAVE_RESET_EXTERNAL_SHORT = 2

This constant represents the external slave reset mode (short pulse).

const int FWSPECS_SLAVE_RESET_INTERNAL = 0

This constant represents the internal slave reset mode.


Generated on Fri Mar 28 13:36:50 2008 for FwSpecs by  doxygen 1.4.7