RTEMS CPU Kit with SuperCore
4.11.3
|
Watchdog header. More...
#include <watchdogimpl.h>
Data Fields | |
Chain_Control | Watchdogs |
ISR lock to protect this watchdog chain. More... | |
Chain_Control | Iterators |
Currently active iterators. More... | |
Watchdog header.
Chain_Control Watchdog_Header::Iterators |
Currently active iterators.
The iterators are registered in _Watchdog_Insert() and updated in case the watchdog chain changes.
Chain_Control Watchdog_Header::Watchdogs |
ISR lock to protect this watchdog chain.
The chain of active or transient watchdogs.
Referenced by _Watchdog_First(), and _Watchdog_Last().