#include <scif_uc3l.h>
Definition at line 200 of file scif_uc3l.h.
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). | |
unsigned int | maxstep |
Maximum step size during coarse adjustment. |
unsigned int scif_dfll_closedloop_conf_t::coarse |
The coarse value (= (fDFLL - SCIF_DFLL_MINFREQ_KHZ)*255/(SCIF_DFLL_MAXFREQ_KHZ - SCIF_DFLL_MINFREQ_KHZ)).
Definition at line 203 of file scif_uc3l.h.
Referenced by local_start_dfll_clock(), scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().
unsigned int scif_dfll_closedloop_conf_t::fmul |
The fmul value (= (fDFLL*2^16)/fref).
Definition at line 205 of file scif_uc3l.h.
Referenced by local_start_dfll_clock(), scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().
unsigned int scif_dfll_closedloop_conf_t::maxstep |
Maximum step size during coarse adjustment.
Definition at line 207 of file scif_uc3l.h.
Referenced by local_start_dfll_clock(), scif_dfll0_closedloop_configure_and_start(), and scif_dfll0_closedloop_start().