RL-ARM User's Guide

User Timer Management Routines

RoutineAttributesDescription
os_tmr_createStarts a countdown timer to call the os_tmr_call function.
os_tmr_killAborts a user defined timer.
os_tmr_callUser 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.