ztimer frequency conversion base module More...
ztimer frequency conversion base module
Definition in file convert.h.
#include "ztimer.h"
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... | |