ztimer structure More...
ztimer structure
This type represents an instance of a timer, which is set on an underlying clock object
#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 | |
ztimer_base_t ztimer_t::base |
ztimer_callback_t ztimer_t::callback |