ChibiOS/RT 7.0.5
chtm.c File Reference

Time Measurement module code. More...

#include "ch.h"

Go to the source code of this file.

Functions

static void tm_stop (time_measurement_t *tmp, rtcnt_t now, rtcnt_t offset)
void chTMObjectInit (time_measurement_t *tmp)
 Initializes a TimeMeasurement object.
NOINLINE void chTMStartMeasurementX (time_measurement_t *tmp)
 Starts a measurement.
NOINLINE void chTMStopMeasurementX (time_measurement_t *tmp)
 Stops a measurement.
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.

Detailed Description

Time Measurement module code.

Definition in file chtm.c.