MotorWare f2806x Driver API Documentation
Functions
pwr.c File Reference

Contains the various functions related to the power (PWR) object. More...

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

Go to the source code of this file.

Functions

void PWR_disableBrownOutReset (PWR_Handle pwrHandle)
 Disables the brownout reset functions. More...
 
void PWR_disableWatchDogInt (PWR_Handle pwrHandle)
 Disables the watchdog interrupt. More...
 
void PWR_enableBrownOutReset (PWR_Handle pwrHandle)
 Enables the brownout reset functions. More...
 
void PWR_enableWatchDogInt (PWR_Handle pwrHandle)
 Enables the watchdog interrupt. More...
 
PWR_Handle PWR_init (void *pMemory, const size_t numBytes)
 Initializes the power (PWR) object handle. More...
 
void PWR_setLowPowerMode (PWR_Handle pwrHandle, const PWR_LowPowerMode_e lowPowerMode)
 Sets the low power mode. More...
 
void PWR_setNumStandByClocks (PWR_Handle pwrHandle, const PWR_NumStandByClocks_e numClkCycles)
 Sets the number of standby clock cycles. More...
 

Detailed Description

Contains the various functions related to the power (PWR) object.

(C) Copyright 2015, Texas Instruments, Inc.

Definition in file pwr.c.