Loading...
Searching...
No Matches

ztimer64 structure More...

Detailed Description

ztimer64 structure

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

Definition at line 101 of file ztimer64.h.

#include <ztimer64.h>

Data Fields

ztimer64_base_t base
 clock list entry
 
void(* callback )(void *arg)
 timer callback function pointer
 
void * arg
 timer callback argument
 

Field Documentation

◆ arg

void* ztimer64_t::arg

timer callback argument

Definition at line 104 of file ztimer64.h.

◆ base

ztimer64_base_t ztimer64_t::base

clock list entry

Definition at line 102 of file ztimer64.h.

◆ callback

void(* ztimer64_t::callback) (void *arg)

timer callback function pointer

Definition at line 103 of file ztimer64.h.


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