ztimer64 clock structure More...
ztimer64 clock structure
Definition at line 110 of file ztimer64.h.
#include <ztimer64.h>
Data Fields | |
ztimer64_base_t * | first |
list of active timers | |
ztimer_clock_t * | base_clock |
32bit clock backend | |
ztimer_t | base_timer |
32bit backend timer | |
uint64_t | checkpoint |
lower timer checkpoint offset | |
uint16_t | adjust_set |
will be subtracted on every set() | |
uint16_t | adjust_sleep |
will be subtracted on every sleep(), in addition to adjust_set | |
uint8_t | block_pm_mode |
min. | |
uint16_t ztimer64_clock::adjust_set |
will be subtracted on every set()
Definition at line 115 of file ztimer64.h.
uint16_t ztimer64_clock::adjust_sleep |
will be subtracted on every sleep(), in addition to adjust_set
Definition at line 116 of file ztimer64.h.
ztimer_clock_t* ztimer64_clock::base_clock |
32bit clock backend
Definition at line 112 of file ztimer64.h.
ztimer_t ztimer64_clock::base_timer |
32bit backend timer
Definition at line 113 of file ztimer64.h.
uint8_t ztimer64_clock::block_pm_mode |
uint64_t ztimer64_clock::checkpoint |
lower timer checkpoint offset
Definition at line 114 of file ztimer64.h.
ztimer64_base_t* ztimer64_clock::first |
list of active timers
Definition at line 111 of file ztimer64.h.