 | RL-ARM User's Guide |  |
|
|
| User Timer Management Routines| Routine | Attributes | Description |
|---|
| os_tmr_create | | Starts a countdown timer to call the os_tmr_call function. | | os_tmr_kill | | Aborts a user defined timer. | | os_tmr_call | | User customizable function that gets called when the user defined timer expires. |
note - The user timer management routines enable you to use timers to control when a user customizable function runs.
|
|