|
ChibiOS 21.11.4
|
Type of a Time Measurement object. More...
#include <chtm.h>

Data Fields | |
| rtcnt_t | best |
| Best measurement. | |
| rtcnt_t | worst |
| Worst measurement. | |
| rtcnt_t | last |
| Last measurement. | |
| ucnt_t | n |
| Number of measurements. | |
| rttime_t | cumulative |
| Cumulative measurement. | |
Type of a Time Measurement object.
| rtcnt_t time_measurement_t::best |
Best measurement.
Definition at line 80 of file chtm.h.
Referenced by __tm_calibration_object_init(), chTMObjectInit(), and tm_stop().
| rtcnt_t time_measurement_t::worst |
Worst measurement.
Definition at line 81 of file chtm.h.
Referenced by chTMObjectInit(), and tm_stop().
| rtcnt_t time_measurement_t::last |
Last measurement.
Definition at line 82 of file chtm.h.
Referenced by chTMChainMeasurementToX(), chTMObjectInit(), chTMStartMeasurementX(), and tm_stop().
| ucnt_t time_measurement_t::n |
Number of measurements.
Definition at line 83 of file chtm.h.
Referenced by chTMObjectInit(), and tm_stop().
| rttime_t time_measurement_t::cumulative |
Cumulative measurement.
Definition at line 84 of file chtm.h.
Referenced by chTMObjectInit(), and tm_stop().