ztimer device structure More...
#include <ztimer.h>
Data Fields | |
| ztimer_base_t | list | 
| list of active timers  | |
| const ztimer_ops_t * | ops | 
| pointer to methods structure  | |
| ztimer_base_t * | last | 
| last timer in queue, for _is_set()  | |
| 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  | |
| uint16_t | adjust_clock_start | 
| will be subtracted on every set(), if the underlying periph is in stopped state  | |
| uint16_t | users | 
| user count of this clock  | |
| uint32_t | max_value | 
| maximum relative timer value  | |
| uint32_t | lower_last | 
| timer value at last now() call  | |
| ztimer_now_t | checkpoint | 
| cumulated time at last now() call  | |
| uint8_t | block_pm_mode | 
| min.  More... | |
| uint8_t ztimer_clock::block_pm_mode |