ztimer periph/rtt backend More...
ztimer periph/rtt backend
This ztimer module implements a ztimer virtual clock on top of periph/rtt.
Files | |
file | periph_rtt.h |
ztimer periph/rtt backend API | |
Typedefs | |
typedef ztimer_clock_t | ztimer_periph_rtt_t |
ztimer_periph_rtt structure definition More... | |
Functions | |
void | ztimer_periph_rtt_init (ztimer_periph_rtt_t *clock) |
ztimer periph/rtt backend initialization function More... | |
typedef ztimer_clock_t ztimer_periph_rtt_t |
ztimer_periph_rtt structure definition
The periph/rtt backend has no private fields, thus this is just a typedef to ztimer_clock_t.
Definition at line 39 of file periph_rtt.h.
void ztimer_periph_rtt_init | ( | ztimer_periph_rtt_t * | clock | ) |
ztimer periph/rtt backend initialization function
[in,out] | clock | ztimer_periph_rtt object to initialize |