|
RTEMS CPU Kit with SuperCore
4.11.2
|
This is the structure filled in by the timer get information service. More...
#include <timer.h>
Data Fields | |
| Timer_Classes | the_class |
| This indicates the current type of the timer. More... | |
| Watchdog_Interval | initial |
| This indicates the initial requested interval. More... | |
| Watchdog_Interval | start_time |
| This indicates the time the timer was initially scheduled. More... | |
| Watchdog_Interval | stop_time |
| This indicates the time the timer is scheduled to fire. More... | |
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.
1.8.13