Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type is also in database templates.

Types have #defines in mpsLinkNodeMacros.h which can be used for conditional behavior:

/* MPS Link Node Configuration Modes */
#define MPS_ANA_MODE                (0x05)
#define MPS_PIC_MODE                (0x04)
#define MPS_MPG_CONTROL_MODE        (0x03)
#define MPS_BYKIK_MODE              (0x02)
#define MPS_BLM_MODE                (0x01)
#define MPS_MITIGATION_CONTROL_MODE (0x00)

 

Booting sequence:

mpsInitialize reads rotary switches for link node #, identity/type from FPGA.

...