ADuCM4x50 Device Drivers API Reference Manual
Release 4.0.0.0
|
#include <adi_cyclecount.h>
The following are tracked when cycle counting Maximum number of cycle counts Minimum number of cycle counts Average number of cycle counts
Definition at line 90 of file adi_cyclecount.h.
adi_cyclecount_t max_cycles_adjusted |
Tracks the adjusted max cycle count
Definition at line 92 of file adi_cyclecount.h.
adi_cyclecount_t min_cycles_adjusted |
Tracks the adjusted min cycle count
Definition at line 93 of file adi_cyclecount.h.
adi_cyclecount_t average_cycles_adjusted |
Tracks the adjusted average cycle count
Definition at line 94 of file adi_cyclecount.h.
adi_cyclecount_t max_cycles_unadjusted |
Tracks the unadjusted max cycle count
Definition at line 96 of file adi_cyclecount.h.
adi_cyclecount_t min_cycles_unadjusted |
Tracks the unadjusted min cycle count
Definition at line 97 of file adi_cyclecount.h.
adi_cyclecount_t average_cycles_unadjusted |
Tracks the unadjusted average cycle count
Definition at line 98 of file adi_cyclecount.h.
uint32_t sample_count |
Number of cycle count samples recorded, used to compute the average
Definition at line 100 of file adi_cyclecount.h.