Return to previous page | Return to menu | Go to next page


void
Other functions

slIntFunction

Register the function you want to execute during blanking

Format

void slIntFunction(func)
void (*func)() ;

Parameter

func Start address of the function to be registered

Function

Register the function you want to execute during blanking.

Return value

None

Remarks

Registered functions are limited to void type and no arguments.
void (void);

slIntFunction


Return to previous page | Return to menu | Go to next page