TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
Watchdog_Config Struct Reference

Watchdog Global configuration. More...

#include <Watchdog.h>

Collaboration diagram for Watchdog_Config:
Collaboration graph
[legend]

Data Fields

Watchdog_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

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

Watchdog_FxnTable const* Watchdog_Config::fxnTablePtr

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

void* Watchdog_Config::object

Pointer to a driver specific data object

void const* Watchdog_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated