AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
void HAL_TimerSetPeriod(int timer, unsigned int period)

Sets period of timer n. If period > 0, the timer will generate interrupts every (period / granularity) seconds. If period = 0, the timer may be stopped. This may not be possible on some hardware, so the corresponding interrupt should be masked in addition to calling this function with period 0. If period > maxperiod, behaviour is undefined.

[sh-index] Back to list of manuals