1.1.4.36 DRV_METROLOGY_CaptureGetState Function
C
uint32_t DRV_METROLOGY_CaptureGetOffset(void);SummaryGet the offset of the capture process.
DescriptionOffset within the buffer indicating the position of the last sample stored.
ParametersNone.
ReturnsCapture offset.
Example uint32_t offset;
offset = DRV_METROLOGY_CaptureGetOffset();RemarksNone.
