Microchip® Advanced Software Framework

conf_freq_detect.h File Reference

Frequency detection configuration file.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define FREQ_DETECT_CONV_RATE   10000
 A coefficient that defines the accuracy of the detection. More...
 
#define FREQ_DETECT_FREQ_AVALAIBLE   { 8000000, 12000000, 16000000 }
 Oscillator frequency possible for this application. More...
 
#define FREQ_DETECT_REF_HZ   125000
 The reference's frequency. More...
 

#define FREQ_DETECT_CONV_RATE   10000

A coefficient that defines the accuracy of the detection.

The highest it is, the less accurate the result will be but the fastest it will be generated.

Referenced by freq_detect_start().

#define FREQ_DETECT_FREQ_AVALAIBLE   { 8000000, 12000000, 16000000 }

Oscillator frequency possible for this application.

Referenced by freq_detect_start().

#define FREQ_DETECT_REF_HZ   125000

The reference's frequency.

Referenced by freq_detect_start().