Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | Pointer to code called |
R1 | Value of R12 called with |
Exit | |
---|---|
R0 | Preserved |
R1 | Preserved |
The purpose of this call is to remove a ticker timer event.
Removes a ticker timer event, such as OS_CallEvery or OS_CallAfter. All events which match the specified parameters will be removed.
However, note that it is not possible to remove an OS_CallEvery event which is currently in the middle of execution.