Microchip® Advanced Software Framework

scif_gclk_opt_t Struct Reference

Generic clock generation settings.

#include <scif_uc3l.h>

Data Fields

scif_gcctrl_oscsel_t clock_source
 The input clock source to use for the generic clock. More...
 
unsigned int diven
 Enable/disable the generic clock divisor. More...
 
unsigned int divider
 The division factor to apply to the clock src. More...
 
unsigned long extosc_f
 Oscillator external crystal(or external clock) frequency (board dependant) More...
 

scif_gcctrl_oscsel_t scif_gclk_opt_t::clock_source

The input clock source to use for the generic clock.

Referenced by init_pwm(), local_start_dfll_clock(), scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().

unsigned int scif_gclk_opt_t::diven

Enable/disable the generic clock divisor.

Referenced by local_start_dfll_clock(), 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.

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)

Referenced by scif_dfll0_closedloop_configure_and_start().