1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/ztimer
Francisco Molina a1f3a8d668
sys/ztimer: expose ZTIMER_MSEC/USEC_BASE
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.
2020-05-06 11:22:40 +02:00
..
auto_init.c sys/ztimer: expose ZTIMER_MSEC/USEC_BASE 2020-05-06 11:22:40 +02:00
convert_frac.c sys/ztimer: properly initialize intermediate extension callback 2020-05-04 17:25:27 +02:00
convert_muldiv64.c sys/ztimer: properly initialize intermediate extension callback 2020-05-04 17:25:27 +02:00
convert_shift.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
core.c sys/ztimer: add power management for ztimer clocks 2020-04-29 10:55:10 +02:00
Makefile Makefile: remove usage of SUBMODULES_NOFORCE 2020-04-15 12:11:44 +02:00
Makefile.dep sys/ztimer: add xtimer_on_ztimer 2020-03-04 12:44:03 +01:00
mock.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
overhead.c sys/ztimer: make ztimer_overhead() return signed value (int32_t) 2020-03-10 12:23:33 +01:00
periph_rtc.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_rtt.c sys/ztimer: properly initialize intermediate extension callback 2020-05-04 17:25:27 +02:00
periph_timer.c sys/ztimer: properly initialize intermediate extension callback 2020-05-04 17:25:27 +02:00
util.c sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
xtimer2ztimer.cocci sys/ztimer: add coccinelle script for xtimer -> ztimer conversion 2020-03-04 12:44:02 +01:00