| |||
| Home > The Cycle Accurate Debug Interface > The CADIProfiling class > CADIProfiling::CADIProfileSetRegAccesses() |
Writes the number of read/write accesses for registers
according to values saved in numberOfRegs,
starting with register index reg. startReg
virtual CADIReturn_t CADIProfiling::CADIProfileSetRegAccesses (
uint32_t startRegID, uint32_t numberOfRegs,
CADIRegProfileResults_t * reg, uint32_t & actualNumberOfRegs) =0
where:
startRegIDis the index of the first register.
NumberOfRegsis the number of registers the profiling data.
regcontains the results on return.
must point
to an array of objects of type regCADIResourceProfileResults_t with
size .numberOfRegs
actualNumberOfRegscontains the number of updated registers.