RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Watchdog_Header Struct Reference

Watchdog header. More...

#include <watchdogimpl.h>

Collaboration diagram for Watchdog_Header:
Collaboration graph
[legend]

Data Fields

Chain_Control Watchdogs
 ISR lock to protect this watchdog chain. More...
 
Chain_Control Iterators
 Currently active iterators. More...
 

Detailed Description

Watchdog header.

Field Documentation

◆ Iterators

Chain_Control Watchdog_Header::Iterators

Currently active iterators.

The iterators are registered in _Watchdog_Insert() and updated in case the watchdog chain changes.

◆ Watchdogs

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().


The documentation for this struct was generated from the following file: