#include "chip.h"
Go to the source code of this file.
Functions | |
| uint32_t | Chip_Clock_GetMainClockRate (void) |
| Return main clock rate. More... | |
| STATIC uint32_t | Chip_Clock_GetPLLFreq (uint32_t PLLReg, uint32_t inputRate) |
| uint32_t | Chip_Clock_GetSystemClockRate (void) |
| Return system clock rate. More... | |
| uint32_t | Chip_Clock_GetSystemPLLInClockRate (void) |
| Return System PLL input clock rate. More... | |
| uint32_t | Chip_Clock_GetSystemPLLOutClockRate (void) |
| Return System PLL output clock rate. More... | |
| STATIC uint32_t | Chip_Clock_GetWDTLFORate (uint32_t reg) |
| uint32_t | Chip_Clock_GetWDTOSCRate (void) |
| Return estimated watchdog oscillator rate. More... | |
| void | Chip_Clock_SetCLKOUTSource (CHIP_SYSCTL_CLKOUTSRC_T src, uint32_t div) |
| Set CLKOUT clock source and divider. More... | |
| void | Chip_Clock_SetMainClockSource (CHIP_SYSCTL_MAINCLKSRC_T src) |
| Set main system clock source. More... | |
| void | Chip_Clock_SetPLLBypass (bool bypass, bool highfr) |
| Bypass System Oscillator and set oscillator frequency range. More... | |
| void | Chip_Clock_SetSystemPLLSource (CHIP_SYSCTL_PLLCLKSRC_T src) |
| Set System PLL clock source. More... | |
Variables | |
| const STATIC uint32_t | wdtOSCRate [WDTLFO_OSC_4_60+1] |
| STATIC uint32_t Chip_Clock_GetPLLFreq | ( | uint32_t | PLLReg, |
| uint32_t | inputRate | ||
| ) |
Definition at line 78 of file clock_11xx.c.
| STATIC uint32_t Chip_Clock_GetWDTLFORate | ( | uint32_t | reg | ) |
Definition at line 64 of file clock_11xx.c.
| const STATIC uint32_t wdtOSCRate[WDTLFO_OSC_4_60+1] |
Definition at line 36 of file clock_11xx.c.