Defines

Setting for calibration event generator.
[Macros for XSPRESS3]

Defines

#define XSP3_CAL_EV_ENABLE   1
 Enable Calibration events.
#define XSP3_CAL_EV_PERIOD(x)   (((x)&0x3FFF)<<1)
 Set period of calibration events. In 100 ns Units.
#define XSP3_CAL_EV_AVOID   (1<<31)
 Calibration event avoid clashing with real events.
#define XSP3_CAL_EV_MAX_PERIOD   0x3FFF
 Maximum cal event period in 100 ns Units.

Define Documentation

#define XSP3_CAL_EV_AVOID   (1<<31)

Calibration event avoid clashing with real events.

#define XSP3_CAL_EV_ENABLE   1

Enable Calibration events.

#define XSP3_CAL_EV_MAX_PERIOD   0x3FFF

Maximum cal event period in 100 ns Units.

#define XSP3_CAL_EV_PERIOD (   x  )     (((x)&0x3FFF)<<1)

Set period of calibration events. In 100 ns Units.