This function returns the number of repetitions the given Time Source has completed since its last reset. That would be the number of times it has expired and executed its callback method.
time_source_get_reps_completed(id);
Argument | Type | Description |
---|---|---|
id | Time Source | The Time Source to get information for |