MotorWare f2806x Driver API Documentation
Functions
wdog.c File Reference

Contains the various functions related to the watch dog (WDOG) object. More...

#include "sw/drivers/wdog/src/32b/f28x/f2806x/wdog.h"

Go to the source code of this file.

Functions

void WDOG_clearCounter (WDOG_Handle wdogHandle)
 Clears the watchdog (WDOG) counter. More...
 
void WDOG_disable (WDOG_Handle wdogHandle)
 Disables the watchdog (WDOG) timer. More...
 
void WDOG_disableInt (WDOG_Handle wdogHandle)
 Disables the watchdog (WDOG) timer interrupt. More...
 
void WDOG_disableOverRide (WDOG_Handle wdogHandle)
 Disables the timer override. More...
 
void WDOG_enable (WDOG_Handle wdogHandle)
 Enables the watchdog (WDOG) timer. More...
 
void WDOG_enableInt (WDOG_Handle wdogHandle)
 Enables the watchdog (WDOG) timer interrupt. More...
 
void WDOG_enableOverRide (WDOG_Handle wdogHandle)
 Enables the watchdog (WDOG) timer override. More...
 
WDOG_IntStatus_e WDOG_getIntStatus (WDOG_Handle wdogHandle)
 Gets the watchdog (WDOG) interrupt status. More...
 
WDOG_Handle WDOG_init (void *pMemory, const size_t numBytes)
 Initializes the watchdog (WDOG) object handle. More...
 
void WDOG_setCount (WDOG_Handle wdogHandle, const uint_least8_t count)
 Sets the watchdog (WDOG) counter. More...
 
void WDOG_setPreScaler (WDOG_Handle wdogHandle, const WDOG_PreScaler_e preScaler)
 Sets the watchdog (WDOG) timer clock prescaler. More...
 

Detailed Description

Contains the various functions related to the watch dog (WDOG) object.

(C) Copyright 2015, Texas Instruments, Inc.

Definition in file wdog.c.