|
MotorWare f2806x Driver API Documentation
|
Contains the various functions related to the phase-locked loop (PLL) object. More...
#include "sw/drivers/pll/src/32b/f28x/f2806x/pll.h"Go to the source code of this file.
Functions | |
| void | PLL_disable (PLL_Handle pllHandle) |
| Disables the phase lock loop (PLL) More... | |
| void | PLL_disableClkDetect (PLL_Handle pllHandle) |
| Disables the clock detect logic. More... | |
| void | PLL_disableNormRdy (PLL_Handle pllHandle) |
| Disables the NORMRDY signal. More... | |
| void | PLL_disableOsc (PLL_Handle pllHandle) |
| Disables the oscillator. More... | |
| void | PLL_enable (PLL_Handle pllHandle) |
| Enables the phase lock loop (PLL) More... | |
| void | PLL_enableClkDetect (PLL_Handle pllHandle) |
| Enables the clock detect logic. More... | |
| void | PLL_enableNormRdy (PLL_Handle pllHandle) |
| Enables the NORMRDY signal. More... | |
| void | PLL_enableOsc (PLL_Handle pllHandle) |
| Enables the oscillator. More... | |
| PLL_ClkFreq_e | PLL_getClkFreq (PLL_Handle pllHandle) |
| Gets the phase lock loop (PLL) clock frequency. More... | |
| PLL_ClkStatus_e | PLL_getClkStatus (PLL_Handle pllHandle) |
| Gets the phase lock loop (PLL) clock status. More... | |
| PLL_DivideSelect_e | PLL_getDivideSelect (PLL_Handle pllHandle) |
| Gets the phase lock loop (PLL) divide select value. More... | |
| PLL_LockStatus_e | PLL_getLockStatus (PLL_Handle pllHandle) |
| Gets the phase lock loop (PLL) lock status. More... | |
| PLL_Handle | PLL_init (void *pMemory, const size_t numBytes) |
| Initializes the phase lock loop (PLL) object handle. More... | |
| void | PLL_resetClkDetect (PLL_Handle pllHandle) |
| Resets the phase lock loop (PLL) clock detect logic. More... | |
| void | PLL_setClkFreq (PLL_Handle pllHandle, const PLL_ClkFreq_e clkFreq) |
| Sets the phase lock loop (PLL) clock frequency. More... | |
| void | PLL_setDivideSelect (PLL_Handle pllHandle, const PLL_DivideSelect_e divSelect) |
| Sets the phase lock loop (PLL) divide select value. More... | |
| void | PLL_setLockPeriod (PLL_Handle pllHandle, const uint16_t lockPeriod) |
| Sets the phase lock loop (PLL) lock time. More... | |
Contains the various functions related to the phase-locked loop (PLL) object.
(C) Copyright 2015, Texas Instruments, Inc.
Definition in file pll.c.
1.8.9.1