Expand description

Clock and timer operations.

Modules

Enums

  • Whether a timer should periodically trigger.

Functions

  • Allocates a timer (initially stopped).
  • free
    Deallocates a stopped timer given its id.
  • Starts a stopped timer given its id.
  • stop
    Stops a running timer given its id.