RTEMS
5.0.0
|
Constants and Structures Associated with Watchdog Timers. More...
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... | |
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.