mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a1f3a8d668
ztimer_clock are meant to be chained. At the end of the chaine there is always a timer device object (periph_rtt/rtc/timer). Since ZTIMER_MSEC and ZTIMER_USEC can be the scaled/shifted with respect to the base periph_rtt/rtc/timer it makes sense to chain other ZTIMER_XXX on top of the base rtc/timer/rtt in order to avoid chained convertions. |
||
---|---|---|
.. | ||
auto_init.c | ||
convert_frac.c | ||
convert_muldiv64.c | ||
convert_shift.c | ||
convert.c | ||
core.c | ||
Makefile | ||
Makefile.dep | ||
mock.c | ||
overhead.c | ||
periph_rtc.c | ||
periph_rtt.c | ||
periph_timer.c | ||
util.c | ||
xtimer2ztimer.cocci |