Module timer

Module timer 

Source
Expand description

Timer operations.

Modules§

allocate
Module of allocate.
free
Module of free.
start
Module of start.
stop
Module of stop.

Enums§

Mode
Whether a timer should periodically trigger.

Functions§

allocateNon-native
Allocates a timer (initially stopped) and returns its identifier.
freeNon-native
Deallocates a stopped timer given its identifier.
startNon-native
Starts a stopped timer given its identifier.
stopNon-native
Stops a running timer given its identifier.