RTEMS
5.0.0
|
#include <timerdata.h>
The following records define the control block used to manage each timer.
Watchdog_Interval Timer_Control::initial |
This field is the timer interval in ticks or seconds.
Objects_Control Timer_Control::Object |
This field is the object management portion of a Timer instance.
rtems_timer_service_routine_entry Timer_Control::routine |
This field is the timer service routine.
Watchdog_Interval Timer_Control::start_time |
This field is the timer start time point in ticks.
Watchdog_Interval Timer_Control::stop_time |
This field is the timer stop time point in ticks.
Timer_Classes Timer_Control::the_class |
This field indicates what type of timer this currently is.
Watchdog_Control Timer_Control::Ticker |
This field is the Watchdog instance which will be the scheduled.
void* Timer_Control::user_data |
This field is the timer service routine user data.