Fabian Hüßler
2b682585a7
sys/ztimer: add ztimer_periodic_start_now()
2024-10-14 21:15:50 +02:00
Benjamin Valentin
278d2c781c
ztimer_periodic: fix example in documentation
2023-09-29 18:27:43 +02:00
Martine Lenders
dd969745ab
ztimer/ztimer64: uncrustify code
2023-03-15 15:13:48 +01:00
chrysn
f3e462d039
sys/ztimer: Name callback types
2022-03-08 09:12:20 +01:00
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
548c4f02fc
sys/ztimer: add ztimer_periodic
2020-09-29 23:04:39 +02:00