Microchip® Advanced Software Framework

dfll_config Struct Reference

Hardware-specific representation of DFLL configuration.

This structure contains one or more device-specific values representing the current DFLL configuration. The contents of this structure is typically different from platform to platform, and the user should not access any fields except through the DFLL configuration API.

#include <dfll.h>

Data Fields

uint32_t conf
 DFLLnCONF. More...
 
uint32_t mul
 DFLLnMUL. More...
 
struct genclk_config ref_cfg
 Reference clock. More...
 
uint32_t ssg
 DFLLnSSG. More...
 
uint32_t step
 DFLLnSTEP. More...
 

struct genclk_config dfll_config::ref_cfg