ztimer_clock Struct Reference

ztimer device structure More...

Detailed Description

ztimer device structure

Definition at line 312 of file ztimer.h.

#include <ztimer.h>

Data Fields

ztimer_base_t list
 list of active timers

 
const ztimer_ops_tops
 pointer to methods structure

 
ztimer_base_tlast
 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

 
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 required_pm_mode
 min. More...
 

Field Documentation

◆ required_pm_mode

uint8_t ztimer_clock::required_pm_mode

min.

pm mode required for the clock to run

Definition at line 326 of file ztimer.h.


The documentation for this struct was generated from the following file: