os_timer_disarm to disable any pre-existing timer
I believe that's to disarm (or reset) a specific pre-existing timer before you configure or change it.
So you can have multiple timers running, each with a different callback function, and manage them independently.