struct te_timer_t

Overview

Timer context More…

#include <te_timer.h>

struct te_timer_t {
    // fields

    bool is_valid;
    timer_t id;
};

Detailed Documentation

Timer context

Fields

bool is_valid

true if timer is created

timer_t id

POSIX.1 timer ID