| |||
| Home > Class Reference > The CADIProfiling class > CADIProfiling::CADIProfileGetRegAccesses() |
Reads the number of read/write accesses for registers,
starting with register index numberOfRegs.startReg
virtual CADIReturn_t CADIProfiling::CADIProfileGetRegAccesses(
uint32_t startRegID,
uint32_t numberOfRegs,
CADIRegProfileResults_t * reg,
uint32_t & actualNumberOfRegs) =0;
where:
startRegIDis the index of the first profiled register in the internal list of profiled registers held by the target.
NumberOfRegsis the number of registers the profiling data is requested for.
regon return, this contains the profiling results. See CADIProfileResults_t.
must point
to an array of objects of type regCADIResourceProfileResults_t with
size .numberOfRegs
actualNumberOfRegson return, this contains the number of registers the profiling data was actually read for.