Loading...
Searching...
No Matches

ztimer structure More...

Detailed Description

ztimer structure

This type represents an instance of a timer, which is set on an underlying clock object

Definition at line 318 of file ztimer.h.

#include <ztimer.h>

Data Fields

ztimer_base_t base
 clock list entry
 
ztimer_callback_t callback
 timer callback function pointer
 
void * arg
 timer callback argument
 

Field Documentation

◆ arg

void* ztimer_t::arg

timer callback argument

Definition at line 321 of file ztimer.h.

◆ base

ztimer_base_t ztimer_t::base

clock list entry

Definition at line 319 of file ztimer.h.

◆ callback

ztimer_callback_t ztimer_t::callback

timer callback function pointer

Definition at line 320 of file ztimer.h.


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