1.1.4.8 DRV_METROLOGY_CALLBACK Typedef

C
typedefvoid (* DRV_METROLOGY_CALLBACK)(void);
Summary

Defines the data type and function signature for the callback function of the Metrology Integration period update.

Description

The Metrology driver will call back the client's function with this signature when the Integration period update has been completed.

Parameters

None.

Returns

None.

Remarks

None.