1.1.4.12 DRV_METROLOGY_HARMONICS_CALLBACK Typedef
C
Returns
typedefvoid (* DRV_METROLOGY_HARMONICS_CALLBACK)(uint32_t harmonicBitmap);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 |
|---|---|
| harmonicBitmap | Bitmap defining analyzed harmonics. Each bit set represents one harmonic. |
None.
RemarksNone.
