RTEMS 6.1-rc1
|
The structure contains information about a timer. More...
#include <timer.h>
Data Fields | |
Timer_Classes | the_class |
The timer class member indicates how the timer was most recently fired. | |
Watchdog_Interval | initial |
This member indicates the initial requested interval. | |
Watchdog_Interval | start_time |
This member indicates the time the timer was initially scheduled. More... | |
Watchdog_Interval | stop_time |
This member indicates the time the timer was scheduled to fire. More... | |
The structure contains information about a timer.
Watchdog_Interval rtems_timer_information::start_time |
This member indicates the time the timer was initially scheduled.
The time is in clock ticks since the clock driver initialization or the last clock tick counter overflow.
Watchdog_Interval rtems_timer_information::stop_time |
This member indicates the time the timer was scheduled to fire.
The time is in clock ticks since the clock driver initialization or the last clock tick counter overflow.