#include <scif_uc3c.h>
Definition at line 167 of file scif_uc3c.h.
Data Fields | |
unsigned int | div |
PLL DIV in the PLL formula. | |
unsigned int | lockcount |
PLL lockount. | |
unsigned int | mul |
PLL MUL in the PLL formula. | |
unsigned char | osc |
Specify the scillator input. | |
unsigned char | pll_div2 |
Divide the PLL output frequency by 2. (this settings does not change the FVCO value). | |
unsigned char | pll_freq |
Set to 1 for VCO frequency range 80-180MHz, set to 0 for VCO frequency range 160-240Mhz. | |
unsigned char | pll_wbwdisable |
1 Disable the Wide-Bandith Mode (Wide-Bandwith mode allow a faster startup time and out-of-lock time). 0 to enable the Wide-Bandith Mode. |
unsigned int scif_pll_opt_t::div |
PLL DIV in the PLL formula.
Definition at line 178 of file scif_uc3c.h.
Referenced by scif_pll_setup().
unsigned int scif_pll_opt_t::lockcount |
unsigned int scif_pll_opt_t::mul |
PLL MUL in the PLL formula.
Definition at line 176 of file scif_uc3c.h.
Referenced by scif_pll_setup().
unsigned char scif_pll_opt_t::osc |
Specify the scillator input.
Definition at line 182 of file scif_uc3c.h.
Referenced by scif_pll_setup().
unsigned char scif_pll_opt_t::pll_div2 |
Divide the PLL output frequency by 2. (this settings does not change the FVCO value).
Definition at line 174 of file scif_uc3c.h.
Referenced by scif_pll_setup().
unsigned char scif_pll_opt_t::pll_freq |
Set to 1 for VCO frequency range 80-180MHz, set to 0 for VCO frequency range 160-240Mhz.
Definition at line 170 of file scif_uc3c.h.
Referenced by scif_pll_setup().
unsigned char scif_pll_opt_t::pll_wbwdisable |
1 Disable the Wide-Bandith Mode (Wide-Bandwith mode allow a faster startup time and out-of-lock time). 0 to enable the Wide-Bandith Mode.
Definition at line 172 of file scif_uc3c.h.
Referenced by scif_pll_setup().