2.1.4.10 DRV_MCMETROLOGY_HARMONICS_CALLBACK Typedef
C
Returns
typedefvoid (* DRV_MCMETROLOGY_HARMONICS_CALLBACK)(uint8_t harmonicNum);SummaryDefines the data type and function signature for the callback function of the Harmonics analysis.
DescriptionThe Metrology driver will call back the client's function with this signature when the Harmonics analysis has been completed.
Parameters| Param | Description |
|---|---|
| harmonicNum | The number of the harmonic that has been analyzed. |
None.
RemarksNone.
