Hi,
When using Clock_setTimeout (clock module from TI RTOS), we create a delay for n Ticks the question is if the event come at the n tick or that we create delay of n Ticks and the event will come after n+1 Ticks?
For example if the Ticker is 1 msec and we set the clock 200usec after the Tick, does the callback event will come after 800usec(option A) or after 1800usec(option B)?
Do I need to account for same behavior when using periodic clock (by using Clock_setPeriod)?