ztimer frequency conversion base module More...
ztimer frequency conversion base module
Definition in file convert.h.
#include "ztimer.h"
 Include dependency graph for convert.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ztimer_convert_t | 
| base type for ztimer convert modules  More... | |
Functions | |
| void | ztimer_convert_init (ztimer_convert_t *ztimer_convert, ztimer_clock_t *lower, uint32_t max_value) | 
| Initialization function for ztimer_convert_t.  More... | |
| void | ztimer_convert_cancel (ztimer_clock_t *clock) | 
| ztimer_convert common cancel() op  More... | |
| void | ztimer_convert_start (ztimer_clock_t *clock) | 
| ztimer_convert common start() op  More... | |
| void | ztimer_convert_stop (ztimer_clock_t *clock) | 
| ztimer_convert common stop() op  More... | |