RTEMS  5.0.0
Data Fields
rtems_timer_information Struct Reference

#include <timer.h>

Data Fields

Timer_Classes the_class
 
Watchdog_Interval initial
 
Watchdog_Interval start_time
 
Watchdog_Interval stop_time
 

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: