3.8.9. CADIPipeStage_t

The definition of CADIPipeStage_t is:

typedef struct CADIPipeStage_t
{
  uint32_t  id;          // Pipestage id
  char   name[CADI_NAME_SIZE];
  uint32_t  pc;          // Register id that holds the addr of the instruction
  uint32_t  contentInfoRegisterId;  // Register id that holds the current
                                 // content info for this pipe stage
  // (The register values correspond to the CADIPipeStageContentInfo_t enum)
} CADIPipeStage_t;
Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential