#include <scif_uc3c.h>
Definition at line 202 of file scif_uc3c.h.
Data Fields | |
scif_gcctrl_oscsel_t | clock_source |
The input clock source to use for the generic clock. | |
unsigned int | diven |
Enable/disable the generic clock divisor. | |
unsigned int | divider |
The division factor to apply to the clock src. | |
unsigned long | extosc_f |
Oscillator external crystal(or external clock) frequency (board dependant). |
The input clock source to use for the generic clock.
Definition at line 205 of file scif_uc3c.h.
Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().
unsigned int scif_gclk_opt_t::diven |
Enable/disable the generic clock divisor.
Definition at line 209 of file scif_uc3c.h.
Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().
unsigned int scif_gclk_opt_t::divider |
The division factor to apply to the clock src.
Definition at line 207 of file scif_uc3c.h.
Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().
unsigned long scif_gclk_opt_t::extosc_f |
Oscillator external crystal(or external clock) frequency (board dependant).
Definition at line 188 of file scif_uc3l.h.
Referenced by scif_dfll0_closedloop_configure_and_start().