aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chtm.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chtm.h')
-rw-r--r--os/kernel/include/chtm.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/os/kernel/include/chtm.h b/os/kernel/include/chtm.h
index bd1d73dd9..8d8d021fd 100644
--- a/os/kernel/include/chtm.h
+++ b/os/kernel/include/chtm.h
@@ -81,13 +81,11 @@ typedef struct {
extern "C" {
#endif
void _tm_init(void);
- bool chTMIsCounterWithinX(rtcnt_t cnt, rtcnt_t start, rtcnt_t end);
- void chTMPolledDelayX(rtcnt_t cycles);
void chTMObjectInit(time_measurement_t *tmp);
- NOINLINE void chTMStartX(time_measurement_t *tmp);
- NOINLINE void chTMStopX(time_measurement_t *tmp);
- NOINLINE void chTMChainToX(time_measurement_t *tmp1,
- time_measurement_t *tmp2);
+ NOINLINE void chTMStartMeasurementX(time_measurement_t *tmp);
+ NOINLINE void chTMStopMeasurementX(time_measurement_t *tmp);
+ NOINLINE void chTMChainMeasurementToX(time_measurement_t *tmp1,
+ time_measurement_t *tmp2);
#ifdef __cplusplus
}
#endif