| |||
Home > Class Reference > The CADIProfiling class > CADIProfiling::CADIProfileSetRegAccesses() |
Writes the number of read/write accesses to the profiling
resources 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:
startRegID
is the index of the first profiled register in the internal list of profiled registers held by the target.
NumberOfRegs
is the number of registers the profiling data is set for.
reg
contains the results to use to set the profiling resources. See CADIProfileResults_t.
must point
to an array of objects of type reg
CADIResourceProfileResults_t
with size
.numberOfRegs
actualNumberOfRegs
contains the number of actually updated registers.