RTEMS  5.1
Data Structures | Typedefs
watchdog.h File Reference

Constants and Structures Associated with Watchdog Timers. More...

#include <rtems/score/basedefs.h>
#include <rtems/score/chain.h>
#include <rtems/score/rbtree.h>

Go to the source code of this file.

Data Structures

struct  Watchdog_Header
 The watchdog header to manage scheduled watchdogs. More...
 
struct  Watchdog_Control
 The control block used to manage each watchdog timer. More...
 

Typedefs

typedef struct Watchdog_Control Watchdog_Control
 
typedef void Watchdog_Service_routine
 Return type from a Watchdog Service Routine. More...
 
typedef Watchdog_Service_routine(* Watchdog_Service_routine_entry) (Watchdog_Control *)
 Pointer to a watchdog service routine. More...
 

Detailed Description

Constants and Structures Associated with Watchdog Timers.

This include file contains all the constants and structures associated with watchdog timers. This Handler provides mechanisms which can be used to initialize and manipulate watchdog timers.