Microchip® Advanced Software Framework

scif_gclk_opt_t Struct Reference

Generic clock generation settings.

#include <scif_uc3c.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...
 

scif_gcctrl_oscsel_t scif_gclk_opt_t::clock_source

The input clock source to use for the generic clock.

Referenced by init_gclk(), and scif_start_gclk().

unsigned int scif_gclk_opt_t::diven

Enable/disable the generic clock divisor.

Referenced by scif_start_gclk().

unsigned int scif_gclk_opt_t::divider

The division factor to apply to the clock src.

Referenced by scif_start_gclk().