1.1.4.36 DRV_METROLOGY_CaptureGetState Function
C
uint32_t DRV_METROLOGY_CaptureGetOffset(void);
Summary
Get the offset of the capture process.
Description
Offset within the buffer indicating the position of the last sample stored.
Parameters
None.
Returns
Capture offset.
Example
uint32_t offset;
offset = DRV_METROLOGY_CaptureGetOffset();
Remarks
None.
