ztimer stop watch struct More...
ztimer stop watch struct
Definition at line 29 of file stopwatch.h.
#include <stopwatch.h>
Data Fields | |
| ztimer_clock_t * | clock |
| the clock to use | |
| uint32_t | start_time |
| start of measurement | |
| ztimer_clock_t* ztimer_stopwatch_t::clock |
the clock to use
Definition at line 30 of file stopwatch.h.
| uint32_t ztimer_stopwatch_t::start_time |
start of measurement
Definition at line 31 of file stopwatch.h.