XMC Peripheral Library for XMC4000 Family
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

◆ clksrc

PLL divider input frequency.

◆ k_div

uint8_t k_div

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

◆ mode

PLL mode of operation.

◆ n_div

uint8_t n_div

PLL N-Divider value.

◆ p_div

uint8_t p_div

PLL P-Divider value.


The documentation for this struct was generated from the following file: