Appendix A: System Routines — Timer
1077
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
OSFreeTimer
Declaration:
WORD
OSFreeTimer
(WORD
TimerNode
)
Category(ies):
Timer
Description:
Free a system timer so it can be used by another application.
Inputs:
TimerNode
— Name of the timer node being requested. Currently only
the USER timer is available for apps.
Outputs:
False (zero) if not successful, true (not zero) otherwise.
Assumptions:
None
Side Effects:
Freeing system timers other than the USER timer is not recommended.
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: OSRegisterTimer, OSTimerCurVal, OSTimerExpired, OSTimerRestart
Example:
See
idle
.