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.

Where is "ISTP" variable being used in L137 cslr gpio example program?

One line in this example file "Gpio_example.c" is

    /* set ISTP to point to the vector table address                          */
    ISTP = (unsigned int)intcVectorTable;

I cannot localize where the "ISTP" variable being used in the program.  Any suggestions?  Thank you.