Nut/OS  5.0.5
API Reference
scif_dfll_closedloop_conf_t Struct Reference

DFLL closed-loop mode settings. More...

#include <scif_uc3l.h>

Collaboration diagram for scif_dfll_closedloop_conf_t:
[legend]

Data Fields

unsigned int coarse
 The coarse value (= (fDFLL - SCIF_DFLL_MINFREQ_KHZ)*255/(SCIF_DFLL_MAXFREQ_KHZ - SCIF_DFLL_MINFREQ_KHZ))
unsigned int fmul
 The fmul value (= (fDFLL*2^16)/fref) - imul*2^16)
unsigned int imul
 The imul value (= (fDFLL)/fref)
unsigned int finemaxstep
 Fine maximum step size during fine adjustment.
unsigned int coarsemaxstep
 Coarse maximum step size during coarse adjustment.

Detailed Description

DFLL closed-loop mode settings.


Field Documentation

The coarse value (= (fDFLL - SCIF_DFLL_MINFREQ_KHZ)*255/(SCIF_DFLL_MAXFREQ_KHZ - SCIF_DFLL_MINFREQ_KHZ))

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().

The fmul value (= (fDFLL*2^16)/fref) - imul*2^16)

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().

Fine maximum step size during fine adjustment.

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().

Coarse maximum step size during coarse adjustment.

Referenced by scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().


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