ztimer_convert_frac interface definitions More...
ztimer_convert_frac interface definitions
Definition in file convert_frac.h.
#include <stdint.h>
#include "ztimer.h"
#include "ztimer/convert.h"
#include "ztimer/convert_frac.h"
#include "frac.h"
Go to the source code of this file.
Data Structures | |
struct | ztimer_convert_frac_t |
ztimer_convert_frac frequency conversion layer class More... | |
Functions | |
void | ztimer_convert_frac_init (ztimer_convert_frac_t *self, ztimer_clock_t *lower, uint32_t freq_self, uint32_t freq_lower) |
ztimer_convert_frac_t constructor | |
void | ztimer_convert_frac_change_rate (ztimer_convert_frac_t *self, uint32_t freq_self, uint32_t freq_lower) |
Change the scaling without affecting the current count. | |