API Documentation  9.14.00
Data Fields
Watchdog_Config_ Struct Reference

Watchdog Global configuration. More...

Data Fields

Watchdog_FxnTable const * fxnTablePtr
 
void const * hwAttrs
 
void * object
 

Detailed Description

Watchdog Global configuration.

The Watchdog_Config structure contains a set of pointers used to characterize the Watchdog driver implementation.

This structure needs to be defined before calling Watchdog_init() and it must not be changed thereafter.

See also
Watchdog_init()

Field Documentation

§ fxnTablePtr

Watchdog_FxnTable const* Watchdog_Config_::fxnTablePtr

Pointer to a table of driver-specific implementations of Watchdog APIs

§ hwAttrs

void const* Watchdog_Config_::hwAttrs

Pointer to a driver specific hardware attributes structure

§ object

void* Watchdog_Config_::object

Pointer to a driver specific data object


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