beautypg.com

Clicktimer functions, Clicktimerregistercallback – Wavetronix Click 500 (programmable controller) (CLK-500) - Developer Guide User Manual

Page 184

background image

APPENDIX

• CLICK 500 DEVELOPER GUIDE

183

ClickTimer Functions

The ClickTimer functions provide a way to manage the timer interrupt service routine.

Functions in ClickTimer:

˽

ClickTimerRegisterCallback

ClickTimerRegisterCallback

This registers the function called during the user-accessible timer ISR.

˽

LIBRARY – click500timer.LIB

˽

SYNTAX –

void ClickTimerRegisterCallBack( void (*funcPtr)());

˽

PARAMETER1 – The pointer to the function to call.

˽

SEE ALSO –