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

Data Fields | |
| rtcnt_t | best |
| Best measurement. More... | |
| rtcnt_t | worst |
| Worst measurement. More... | |
| rtcnt_t | last |
| Last measurement. More... | |
| ucnt_t | n |
| Number of measurements. More... | |
| rttime_t | cumulative |
| Cumulative measurement. More... | |
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(), and chTMObjectInit().
| rtcnt_t time_measurement_t::worst |
| rtcnt_t time_measurement_t::last |
Last measurement.
Definition at line 82 of file chtm.h.
Referenced by chTMChainMeasurementToX(), chTMObjectInit(), and chTMStartMeasurementX().
| ucnt_t time_measurement_t::n |
| rttime_t time_measurement_t::cumulative |