Loading...
Searching...
No Matches

ztimer64 clock structure More...

Detailed Description

ztimer64 clock structure

Definition at line 110 of file ztimer64.h.

#include <ztimer64.h>

Data Fields

ztimer64_base_tfirst
 list of active timers

 
ztimer_clock_tbase_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.
 

Field Documentation

◆ adjust_set

uint16_t ztimer64_clock::adjust_set

will be subtracted on every set()

Definition at line 115 of file ztimer64.h.

◆ adjust_sleep

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.

◆ base_clock

ztimer_clock_t* ztimer64_clock::base_clock

32bit clock backend

Definition at line 112 of file ztimer64.h.

◆ base_timer

ztimer_t ztimer64_clock::base_timer

32bit backend timer

Definition at line 113 of file ztimer64.h.

◆ block_pm_mode

uint8_t ztimer64_clock::block_pm_mode

min.

pm mode to block for the clock to run

Definition at line 119 of file ztimer64.h.

◆ checkpoint

uint64_t ztimer64_clock::checkpoint

lower timer checkpoint offset

Definition at line 114 of file ztimer64.h.

◆ first

ztimer64_base_t* ztimer64_clock::first

list of active timers

Definition at line 111 of file ztimer64.h.


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