![]() |
RTEMS 5.2
|
#include <timer.h>
Data Fields | |
| Timer_Classes | the_class |
| Watchdog_Interval | initial |
| Watchdog_Interval | start_time |
| Watchdog_Interval | stop_time |
This is the structure filled in by the timer get information service.
| Watchdog_Interval rtems_timer_information::initial |
This indicates the initial requested interval.
| Watchdog_Interval rtems_timer_information::start_time |
This indicates the time the timer was initially scheduled.
| Watchdog_Interval rtems_timer_information::stop_time |
This indicates the time the timer is scheduled to fire.
| Timer_Classes rtems_timer_information::the_class |
This indicates the current type of the timer.