RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Typedefs
watchdog.h File Reference

This header file provides interfaces of the Watchdog Handler which are used by the implementation and the Application Configuration. 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.
 
typedef Watchdog_Service_routine(* Watchdog_Service_routine_entry) (Watchdog_Control *)
 Pointer to a watchdog service routine.
 

Detailed Description

This header file provides interfaces of the Watchdog Handler which are used by the implementation and the Application Configuration.