a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 lowlevel.library
  AddKBInt
  AddTimerInt
  AddVBlankInt
  ElapsedTime
  GetKey
  GetLanguageSelection
  QueryKeys
  ReadJoyPort
  RemKBInt
  RemTimerInt
  RemVBlankInt
  SetJoyPortAttrsA
  StartTimerInt
  StopTimerInt
  SystemControlA
Include
GuruMeditation
Docs » Autodocs » lowlevel.library » StartTimerInt

NAME

	StartTimerInt -- start the timer associated with the timer interrupt.
(V40)

SYNOPSIS

	StartTimerInt(intHandle, timeInterval, continuous);
A1 D0 D1
VOID StartTimerInt(APTR, ULONG, BOOL);

FUNCTION

	This routine starts a stopped timer that is assocatied with a
timer interrupt created by AddTimerInt().

INPUTS

	intHandle - handle obtained from AddTimerInt().
timeInterval - number of micoseconds between interrupts. The
maximum value allowed is 90,000. If higher values
are passed there will be unexpected results.
continuous - FALSE for a one shot interrupt. TRUE for multiple
interrupts.

SEE ALSO

AddTimerInt(), RemTimerInt(), StopTimerInt()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Dual Crew

CSL
AYS
DC
TRSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se