InterruptSampleTimeGet returns the sample timer value when the last interrupt was generated. The sample timer keeps track of the number of samples which have occured since the last reset/rollover (typically a controller or power reset).
Returns:
(long) Sample timer value when last interrupt was generated.
Sample Code:
// -- C++ -- //
printf("InterruptSampleTimer = %ld\n", controller->InterruptSampleTimeGet());