TIOS_OSVFreeTimer Function (ROM Call 0x285)

system.h

short TIOS_OSVFreeTimer (short timer_no);

Frees an event (vectored) timer.

You really should use OSVFreeTimer, unless you know what you, and your users, are doing.
This is the direct system call, which will usually take less space in your program than the library routine for OSVRegisterTimer, OSVFreeTimer and the corresponding interrupt handler. If you use it on AMS 1.00-2.03, you'll experience the bugs in TI's implementation (dependence between notify and event timers, etc.). If you use it on patched versions of AMS embedding an implementation based on the TIGCC/GCC4TI one, you won't.


See also: OSVFreeTimer