Generic clock generation settings. More...
#include <scif_uc3l.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. | |
Generic clock generation settings.
Definition at line 184 of file scif_uc3l.h.
The input clock source to use for the generic clock.
Definition at line 187 of file scif_uc3l.h.
Referenced by local_start_dfll_clock(), and scif_start_gclk().
| unsigned int scif_gclk_opt_t::diven |
Enable/disable the generic clock divisor.
Definition at line 191 of file scif_uc3l.h.
Referenced by local_start_dfll_clock(), and scif_start_gclk().
| unsigned int scif_gclk_opt_t::divider |
The division factor to apply to the clock src.
Definition at line 189 of file scif_uc3l.h.
Referenced by scif_start_gclk().
1.6.1