1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/ztimer
Benjamin Valentin 64bd80d389 ztimer_periodic: make callback function return bool
The callback function of `ztimer_periodic` is only expected to have
two states.
So let it return `true` if the timer should keep repeating, `false`
otherwise.
2021-12-08 00:10:55 +01:00
..
config.h ztimer/auto_init: restructure for flexibitily, pm for ZTIMER_SEC 2021-04-01 18:19:01 +02:00
convert_frac.h sys/ztimer: uncrustify 2020-05-11 16:43:50 +02:00
convert_muldiv64.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert_shift.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
convert.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
mock.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
overhead.h sys/ztimer: make ztimer_overhead() return signed value (int32_t) 2020-03-10 12:23:33 +01:00
periodic.h ztimer_periodic: make callback function return bool 2021-12-08 00:10:55 +01:00
periph_ptp.h sys/ztimer: add periph_ptp backend 2021-03-28 15:50:19 +02:00
periph_rtc.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_rtt.h sys: add ztimer subsystem 2020-03-04 12:44:02 +01:00
periph_timer.h sys/ztimer: Use uint32_t for freq in periph_timer 2020-10-30 22:02:12 +01:00
xtimer_compat.h ztimer/xtimer_compat: implement trivial functions 2021-10-29 00:45:01 +02:00