XMC Peripheral Library for XMC4000 Family: XMC_SCU_CLOCK_SYSPLL_CONFIG_t Struct Reference

XMC Peripheral Library for XMC4000 Family

XMC Peripheral Library for XMC4000 Family  2.1.16
XMC_SCU_CLOCK_SYSPLL_CONFIG_t Struct Reference

#include <xmc4_scu.h>

Data Fields

XMC_SCU_CLOCK_SYSPLLCLKSRC_t clksrc
 
uint8_t k_div
 
XMC_SCU_CLOCK_SYSPLL_MODE_t mode
 
uint8_t n_div
 
uint8_t p_div
 

Detailed Description

Defines a data structure for initializing the PLL functional block. Structure holds divider values for N-DIV, P-DIV, K1-DIV, K2-DIV in order to generate desired frequency using VCO. It holds the PLL mode of operation either normal or prescaler (VCO bypassed). Use type XMC_SCU_CLOCK_PLL_CONFIG_t for accessing these structure parameters.

Field Documentation

PLL divider input frequency.

uint8_t k_div

K1-Divider(Prescalar mode) or K2-Divider (Normal mode).

PLL mode of operation.

uint8_t n_div

PLL N-Divider value.

uint8_t p_div

PLL P-Divider value.


The documentation for this struct was generated from the following file:
Generated on Mon Aug 7 2017 11:33:58 for XMC Peripheral Library for XMC4000 Family by   doxygen 1.8.11