RTEMS 5.4-rc2
Loading...
Searching...
No Matches
Macros | Typedefs | Variables
watchdogticks.h File Reference

Constants for the watchdog ticks. More...

#include <rtems/score/basedefs.h>

Go to the source code of this file.

Macros

#define WATCHDOG_NO_TIMEOUT   0
 Special watchdog ticks value to indicate an infinite wait.
 
#define WATCHDOG_TICKS_PER_TIMESLICE_DEFAULT   50
 Default value for the watchdog ticks per timeslice.
 

Typedefs

typedef uint32_t Watchdog_Interval
 Type is used to specify the length of intervals.
 

Variables

volatile Watchdog_Interval _Watchdog_Ticks_since_boot
 The watchdog ticks counter.
 
const uint32_t _Watchdog_Microseconds_per_tick
 The watchdog microseconds per tick.
 
const uint32_t _Watchdog_Nanoseconds_per_tick
 The watchdog nanoseconds per tick.
 
const uint32_t _Watchdog_Ticks_per_second
 The watchdog ticks per second.
 
const uint32_t _Watchdog_Ticks_per_timeslice
 The watchdog ticks per timeslice.
 

Detailed Description

Constants for the watchdog ticks.