1.1.4.12 DRV_METROLOGY_HARMONICS_CALLBACK Typedef

C
typedefvoid (* DRV_METROLOGY_HARMONICS_CALLBACK)(uint32_t harmonicBitmap);
Summary

Defines the data type and function signature for the callback function of the Harmonics analysis.

Description

The Metrology driver will call back the client's function with this signature when the Harmonics analysis has been completed.

Parameters
ParamDescription
harmonicBitmapBitmap defining analyzed harmonics. Each bit set represents one harmonic.
Returns

None.

Remarks

None.