Return to previous page | Return to menu | Go to next page
void
Other functions
Register the function you want to execute during blanking
void slIntFunction(func)
void (*func)() ;
func Start address of the function to be registered
Register the function you want to execute during blanking.
None
Registered functions are limited to void type and no arguments.
void
slIntFunction