RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_timer_information Struct Reference

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

Detailed Description

This is the structure filled in by the timer get information service.

Field Documentation

◆ initial

Watchdog_Interval rtems_timer_information::initial

This indicates the initial requested interval.

◆ start_time

Watchdog_Interval rtems_timer_information::start_time

This indicates the time the timer was initially scheduled.

◆ stop_time

Watchdog_Interval rtems_timer_information::stop_time

This indicates the time the timer is scheduled to fire.

◆ the_class

Timer_Classes rtems_timer_information::the_class

This indicates the current type of the timer.


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