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.

who registers the function "WatchdogIntHandler"?

hello,I know it's a very newbie question,but I am confused by this.

My board is LM_3S9B90,I meet a trouble to understand the example of Watchdog in the file like "..\StellarisWare\boards\ek-lm3s9b90\watchdog" 

here is my question:

There is a inthandler function :void WatchdogIntHandler(void) in watchdog.c

I want to know how to register this inthandler function ?

Does it register in the function: WatchdogIntRegister(unsigned long ulBase, void (*pfnHandler)(void)) in "..\StellarisWare\driverlib"?

Please give me a detailed explanation how it works,thanks a lot! :)