Public API for thread module. More...
Public API for thread module.
Definition in file thread.hpp.
#include <ztimer.h>
Include dependency graph for thread.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| cogip | |
| Differential drive controller. | |
Functions | |
| void | cogip::thread::thread_ztimer_periodic_wakeup (ztimer_clock_t *clock, uint32_t *last_wakeup, uint32_t period) |
| Wrapper to RIOT ztimer_periodic_wakeup() More... | |
| void cogip::thread::thread_ztimer_periodic_wakeup | ( | ztimer_clock_t * | clock, |
| uint32_t * | last_wakeup, | ||
| uint32_t | period | ||
| ) |
Wrapper to RIOT ztimer_periodic_wakeup()
| clock | ztimer clock to operate on |
| last_wakeup | base time stamp for the wakeup |
| period | time in ticks that will be added to last_wakeup |