RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Timer_Control Struct Reference

The following records define the control block used to manage each timer. More...

#include <timer.h>

Collaboration diagram for Timer_Control:
Collaboration graph
[legend]

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...
 

Detailed Description

The following records define the control block used to manage each timer.

Field Documentation

◆ Object

Objects_Control Timer_Control::Object

This field is the object management portion of a Timer instance.

Referenced by _Timer_Free(), and rtems_timer_create().

◆ the_class

Timer_Classes Timer_Control::the_class

This field indicates what type of timer this currently is.

Referenced by rtems_timer_create().

◆ Ticker

Watchdog_Control Timer_Control::Ticker

This field is the Watchdog instance which will be the scheduled.

Referenced by rtems_timer_create().


The documentation for this struct was generated from the following file: