next up previous contents index
Next: 6.17.4 osenv_timer_spin: Wait for Up: 6.17 Driver-Kernel Interface: Timing Previous: 6.17.2 osenv_timer_register: Request a

6.17.3 osenv_timer_unregister: Request a timer handler not be called

 

SYNOPSIS

void osenv_timer_unregister(void (*func)(void), int freq);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

The function pointer and frequency must be identically equal to parameters on a previous osenv_timer_register call.

PARAMETERS

func
Address of function to be called.
freq
Times per second the handler was called.



University of Utah Flux Research Group