This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How is the IntHandler function passed to Timer_IF_IntSetup() is executed?

Hi TI

I am setting up a timer and interrupt using the timer_if interface.  What I need to know is how the IntHandler function that is passed to Timer_IF_IntSetup() is executed? Does the passed IntHandler() become the ISR? OR is the passed IntHandler() called from the actual ISR? OR does the actual ISR launch the IntHandler() after the ISR is exited? Or is the IntHandler() executed some other way?

Is there more detailed information or documentation on the timer_if interface? If there is, can you point me to it?

Thanks

Steve