Lines Matching refs:timer
39 Start the timer. `timeout` and `repeat` are in milliseconds.
48 If the timer is already active, it is simply updated.
52 Stop the timer, the callback will not be called anymore.
56 Stop the timer, and if it is repeating restart it using the repeat value
57 as the timeout. If the timer has never been started before it returns
62 Set the repeat interval value in milliseconds. The timer will be scheduled
64 duration, and will follow normal timer semantics in the case of a
67 For example, if a 50ms repeating timer first runs for 17ms, it will be
69 33ms following the first timer callback, then the callback will run as soon
73 If the repeat value is set from a timer callback it does not immediately take effect.
74 If the timer was non-repeating before, it will have been stopped. If it was repeating,
79 Get the timer repeat value.
83 Get the timer due value or 0 if it has expired. The time is relative to