RTEMS CPU Kit with SuperCore
4.11.3
|
The following records define the control block used to manage each timer. More...
#include <timer.h>
Data Fields | |
Objects_Control | Object |
This field is the object management portion of a Timer instance. More... | |
Watchdog_Control | Ticker |
This field is the Watchdog instance which will be the scheduled. More... | |
Timer_Classes | the_class |
This field indicates what type of timer this currently is. More... | |
The following records define the control block used to manage each timer.
Objects_Control Timer_Control::Object |
This field is the object management portion of a Timer instance.
Referenced by _Timer_Free(), and rtems_timer_create().
Timer_Classes Timer_Control::the_class |
This field indicates what type of timer this currently is.
Referenced by rtems_timer_create().
Watchdog_Control Timer_Control::Ticker |
This field is the Watchdog instance which will be the scheduled.
Referenced by rtems_timer_create().