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.

EK-TM4C123GXL: Tivaware setting GPIO input interrupt priority

Part Number: EK-TM4C123GXL

On the TM4C123GXL I am trying to figure out the correct way to set the interrupt priority for a GPIO input.

I have configure GPIO pin PF4 as an interrupt to be trigger on a falling edge but when setting the priority level using the IntPrioritySet(uint32_t ui32Interrupt, uint8_t ui8Priority) function in interrupt.h I am unsure if for the interrupt parameter I use INT_GPIOP4 or INT_GPIOF macro or a combination of the two?

Any responses are appreciated.