Timer context More…
#include <te_timer.h> struct te_timer_t { // fields bool is_valid; timer_t id; };
Timer context
bool is_valid
true if timer is created
true
timer_t id
POSIX.1 timer ID