Home |
RTKernel-32 Programming Manual Function TISetTimerInterval |
Function TISetTimerIntervalThis function changes the timer interrupt interval: void RTKAPI TISetTimerInterval(TISeconds Seconds); ParametersSecondsIs rounded to the nearest value supported by the underlying timer interrupt driver. To enquire the actual value, use TITicksToSeconds(1). It is recommended to immediately execute an RTKDelay(1) statement after changing the timer interrupt frequency. Some timer drivers are not able to deliver accurate results in the time between changing the timer frequency and the first timer interrupt.
|