KolibriOS kernel
TIMER Struct Reference

This structure describes a timer for the kernel. More...

Public Attributes

dd Next
 
dd Prev
 
dd TimerFunc
 
dd UserData
 
dd Time
 
dd Interval
 

Detailed Description

This structure describes a timer for the kernel.

Source
core/timers.inc:14

Member Data Documentation

◆ Interval

dd TIMER::Interval

Time at which the timer should be activated.

◆ Next

dd TIMER::Next

◆ Prev

dd TIMER::Prev

◆ Time

dd TIMER::Time

The value that is passed as is to .TimerFunc.

◆ TimerFunc

dd TIMER::TimerFunc

These fields organize a double-linked list of all timers.

◆ UserData

dd TIMER::UserData

Function to be called when the timer is activated.


The documentation for this struct was generated from the following file: