|
MotorWare f2806x Driver API Documentation
|
Contains public interface to various functions related to the power (PWR) object. More...
Go to the source code of this file.
Data Structures | |
| struct | _PWR_Obj_ |
| Defines the power (PWR) object. More... | |
Macros | |
| #define | PWR_BASE_ADDR (0x00000985) |
| Defines the base address of the power (PWR) registers. More... | |
| #define | PWR_BORCFG_BORENZ_BITS (1 << 0) |
| Defines the location of the BORENZ bits in the BORCFG register. More... | |
| #define | PWR_LPMCR0_LPM_BITS (3 << 0) |
| Defines the location of the LPM bits in the LPMCR0 register. More... | |
| #define | PWR_LPMCR0_QUALSTDBY_BITS (63 << 2) |
| Defines the location of the QUALSTDBY bits in the LPMCR0 register. More... | |
| #define | PWR_LPMCR0_WDINTE_BITS (1 << 15) |
| Defines the location of the WDINTE bits in the LPMCR0 register. More... | |
Typedefs | |
| typedef struct _PWR_Obj_ | PWR_Obj |
| Defines the power (PWR) object. More... | |
| typedef struct _PWR_Obj_ * | PWR_Handle |
| Defines the power (PWR) handle. More... | |
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... | |
Contains public interface to various functions related to the power (PWR) object.
(C) Copyright 2015, Texas Instruments, Inc.
Definition in file pwr.h.
1.8.9.1