Callback timers
Configure and control a hardware timer that calls a function periodically.
ItimerSet()
— Sets the interval and callback function, or the hardware timer to use.
ItimerStart()
— Starts the configured callback timer.
ItimerStop()
— Stops the default or specified callback timer.
ItimerStopAll()
— Stops all running callback timers.
ItimerState()
— Returns the running state of the default or specified callback timer.
← Built-in function list