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.

Interrupt function declaration

Hello,

I want to test an external interrupt on a button. To configure interrupt I have datasheet but what is syntax to declare function called by interrupt. In one example starterware I have "static void GPIOIsr(void)" but what is link between name GPIOIsr and interrupt configured.

Is there a .h which link interrupt adress vector with GPIOIsr ?

Thanks