Loading...
Searching...
No Matches

ztimer_convert_frac interface definitions More...

Detailed Description

ztimer_convert_frac interface definitions

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e
Joakim NohlgÄrd joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file convert_frac.h.

#include <stdint.h>
#include "ztimer.h"
#include "ztimer/convert.h"
#include "ztimer/convert_frac.h"
#include "frac.h"
+ Include dependency graph for convert_frac.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_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.