ChibiOS/RT
5.1.0
|
Time Measurement module code. More...
#include "ch.h"
Go to the source code of this file.
Functions | |
void | _tm_init (void) |
Initializes the time measurement unit. More... | |
void | chTMObjectInit (time_measurement_t *tmp) |
Initializes a TimeMeasurement object. More... | |
NOINLINE void | chTMStartMeasurementX (time_measurement_t *tmp) |
Starts a measurement. More... | |
NOINLINE void | chTMStopMeasurementX (time_measurement_t *tmp) |
Stops a measurement. More... | |
NOINLINE void | chTMChainMeasurementToX (time_measurement_t *tmp1, time_measurement_t *tmp2) |
Stops a measurement and chains to the next one using the same time stamp. More... | |
Time Measurement module code.
Definition in file chtm.c.