VisualOS: Programer Reference | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
|
This functions allow the other subsystems to interact, througth the messaging service, with the CLOCK.
|
function pointer to be used with clock_reguster_tick.
time : | current time in "time units". |
Returns : | nothing important. |
|
Instructs the CLOCK subsystem to call func for every "time unit".
func : | function to be called as time goes by. |
Returns : | nothing important. |