RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Fields
rtems_timer_information Struct Reference

The structure contains information about a timer. More...

#include <timer.h>

Data Fields

Timer_Classes the_class
 The timer class member indicates how the timer was most recently fired.
 
Watchdog_Interval initial
 This member indicates the initial requested interval.
 
Watchdog_Interval start_time
 This member indicates the time the timer was initially scheduled.
 
Watchdog_Interval stop_time
 This member indicates the time the timer was scheduled to fire.
 

Detailed Description

The structure contains information about a timer.

Field Documentation

◆ start_time

Watchdog_Interval rtems_timer_information::start_time

This member indicates the time the timer was initially scheduled.

The time is in clock ticks since the clock driver initialization or the last clock tick counter overflow.

◆ stop_time

Watchdog_Interval rtems_timer_information::stop_time

This member indicates the time the timer was scheduled to fire.

The time is in clock ticks since the clock driver initialization or the last clock tick counter overflow.


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