Nut/OS  5.0.5
API Reference
scif_gclk_opt_t Struct Reference

Generic clock generation settings. More...

#include <scif_uc3l.h>

Collaboration diagram for scif_gclk_opt_t:
[legend]

Data Fields

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

Detailed Description

Generic clock generation settings.


Field Documentation

The input clock source to use for the generic clock.

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().

The division factor to apply to the clock src.

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.

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_start_gclk().

Oscillator external crystal(or external clock) frequency (board dependant)

Referenced by scif_dfll0_closedloop_configure_and_start().


The documentation for this struct was generated from the following file: