4.8.2.1 Metrology DSP Configuration APIs

The Metrology DSP configuration API loads the default configuration values to the Metrology control registers. The APIs are defined as follows:

void MetrologyLoadDefault(void)

Example:

MetrologyLoadDefault(); 

uint32_t MetrologyInit(void)

Example:
if (!MetrologyInit()) { ….

These two functions above are called directly at power-on stage or whenever the user wants to set the Metrology DSP configuration back with default values.