The definition of a Watchdog function table that contains the required set of functions to control a specific Watchdog driver implementation. More...
#include <Watchdog.h>
The definition of a Watchdog function table that contains the required set of functions to control a specific Watchdog driver implementation.
Watchdog_ClearFxn Watchdog_FxnTable::watchdogClear |
Watchdog_CloseFxn Watchdog_FxnTable::watchdogClose |
Watchdog_ControlFxn Watchdog_FxnTable::watchdogControl |
Watchdog_InitFxn Watchdog_FxnTable::watchdogInit |
Watchdog_OpenFxn Watchdog_FxnTable::watchdogOpen |
Watchdog_SetReloadFxn Watchdog_FxnTable::watchdogSetReload |
Watchdog_ConvertMsToTicksFxn Watchdog_FxnTable::watchdogConvertMsToTicks |