:orphan: .. index:: pair: struct; te_timer_t .. _doxid-structte__timer__t: struct te_timer_t ================= .. toctree:: :hidden: Overview ~~~~~~~~ Timer context :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_timer_t { // fields bool :ref:`is_valid`; timer_t :ref:`id`; }; .. _details-structte__timer__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Timer context Fields ------ .. index:: pair: variable; is_valid .. _doxid-structte__timer__t_1aab026680970153c0cc2611391ab71a9d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_valid ``true`` if timer is created .. index:: pair: variable; id .. _doxid-structte__timer__t_1aa22f5c67d73221282e6e469b109259f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block timer_t id POSIX.1 timer ID