2.1.4.10 DRV_MCMETROLOGY_HARMONICS_CALLBACK Typedef

C

typedefvoid (* DRV_MCMETROLOGY_HARMONICS_CALLBACK)(uint8_t harmonicNum);

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

ParametersDescription
harmonicNumThe number of the harmonic that has been analyzed

Returns

None.

Remarks

None.